diff --git a/AppShell.xaml b/AppShell.xaml
index a0141f4..ea876cf 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -76,19 +76,9 @@
-=======
- Route="MyRecipes" />
-
-
-
->>>>>>> c7f7e36bffbc11c12286a9092fbd9b109829a2a1
+
+
+
\ No newline at end of file
diff --git a/Pages/CreateRecipePage.xaml b/Pages/CreateRecipePage.xaml
index 58fc1b1..63cd5f7 100644
--- a/Pages/CreateRecipePage.xaml
+++ b/Pages/CreateRecipePage.xaml
@@ -17,7 +17,8 @@
HeightRequest="50"
WidthRequest="50"
Source="arrow_back.svg"
- HorizontalOptions="Start"/>
+ HorizontalOptions="Start"
+ Clicked="OnBackButtonClicked"/>
+ Text="Add a new recipe"
+ Clicked="AddRecipeButtonClicked"/>
\ No newline at end of file
diff --git a/Pages/MyRecipesPage.xaml.cs b/Pages/MyRecipesPage.xaml.cs
index cc7982c..cabf0bf 100644
--- a/Pages/MyRecipesPage.xaml.cs
+++ b/Pages/MyRecipesPage.xaml.cs
@@ -11,4 +11,9 @@ public partial class MyRecipesPage : ContentPage
{
await Navigation.PopAsync();
}
+ private async void AddRecipeButtonClicked(object sender, EventArgs e)
+ {
+ await Shell.Current.Navigation.PushAsync(new CreateRecipePage());
+
+ }
}
\ No newline at end of file
diff --git a/Pages/RecipePage.xaml b/Pages/RecipePage.xaml
index 10b10ac..32679e9 100644
--- a/Pages/RecipePage.xaml
+++ b/Pages/RecipePage.xaml
@@ -25,13 +25,11 @@
AlignItems="Center">
-=======
- Source="arrow_back.svg"/>
-
->>>>>>> c7f7e36bffbc11c12286a9092fbd9b109829a2a1
+
+