diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml
index 7f43a5b..6ee7e92 100644
--- a/MangaMap/Views/listPage.xaml
+++ b/MangaMap/Views/listPage.xaml
@@ -2,21 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MangaMap"
x:Class="MangaMap.Views.listPage"
- BackgroundColor="Black"
->
+ BackgroundColor="Black">
-
-
-
-
-
-
-
+
@@ -40,24 +33,17 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -125,20 +111,14 @@
-
-
-
-
-
-
-
+
diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs
index 4550dab..449192f 100644
--- a/MangaMap/Views/listPage.xaml.cs
+++ b/MangaMap/Views/listPage.xaml.cs
@@ -36,7 +36,7 @@ public partial class listPage : ContentPage
Grid.SetRow(imageButton, ligne);
Grid.SetColumn(imageButton, 0);
- grille.Children.Add(imageButton);
+ //grille.Children.Add(imageButton);
indice++;
}