diff --git a/CanYouBuildIt/App.xaml.cs b/CanYouBuildIt/App.xaml.cs
index 8e86f64..d042742 100644
--- a/CanYouBuildIt/App.xaml.cs
+++ b/CanYouBuildIt/App.xaml.cs
@@ -1,4 +1,5 @@
using CanYouBuildIt.Model;
+using Microsoft.Maui.Controls;
using System.Diagnostics;
namespace CanYouBuildIt;
@@ -13,7 +14,6 @@ public partial class App : Application
manager.sauvegardeDonnee();
Debug.WriteLine(manager.listUtil[0]);
InitializeComponent();
-
- MainPage = new AppShell();
+ MainPage = new AppShell();
}
-}
+}
\ No newline at end of file
diff --git a/CanYouBuildIt/Views/Acceuil.xaml b/CanYouBuildIt/Views/Acceuil.xaml
index e19ec41..156fe58 100644
--- a/CanYouBuildIt/Views/Acceuil.xaml
+++ b/CanYouBuildIt/Views/Acceuil.xaml
@@ -58,6 +58,7 @@
+
@@ -97,7 +98,7 @@
-
+
-
+
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/CanYouBuildIt/Views/Acceuil.xaml.cs b/CanYouBuildIt/Views/Acceuil.xaml.cs
index f36db1d..73f8a1e 100644
--- a/CanYouBuildIt/Views/Acceuil.xaml.cs
+++ b/CanYouBuildIt/Views/Acceuil.xaml.cs
@@ -38,7 +38,7 @@ public partial class Acceuil : ContentPage
else
{
aConnecter.IsVisible = true;
- await Task.Delay(1000);
+ await Task.Delay(3000);
aConnecter.IsVisible = false;
}
}