From 5baffeb9bc7f91a5acdf55018e6b28c1cd24ea14 Mon Sep 17 00:00:00 2001 From: Regis Freyd Date: Thu, 14 Dec 2023 22:38:51 -0500 Subject: [PATCH] feat: sidebar --- resources/views/layouts/unlogged-navigation.blade.php | 2 +- resources/views/names/female/index.blade.php | 2 +- resources/views/names/female/letter.blade.php | 2 +- resources/views/names/index.blade.php | 2 +- resources/views/names/letter.blade.php | 2 +- resources/views/names/male/index.blade.php | 2 +- resources/views/names/male/letter.blade.php | 2 +- resources/views/names/partials/sidebar.blade.php | 10 +++++----- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/views/layouts/unlogged-navigation.blade.php b/resources/views/layouts/unlogged-navigation.blade.php index 5dfd323..d7f51ac 100644 --- a/resources/views/layouts/unlogged-navigation.blade.php +++ b/resources/views/layouts/unlogged-navigation.blade.php @@ -18,7 +18,7 @@ {{ __('Accueil') }} - + {{ __('Tous les prénoms') }} diff --git a/resources/views/names/female/index.blade.php b/resources/views/names/female/index.blade.php index c73dd1a..59e81d0 100644 --- a/resources/views/names/female/index.blade.php +++ b/resources/views/names/female/index.blade.php @@ -18,7 +18,7 @@
-
+
diff --git a/resources/views/names/female/letter.blade.php b/resources/views/names/female/letter.blade.php index e9bb290..11e4065 100644 --- a/resources/views/names/female/letter.blade.php +++ b/resources/views/names/female/letter.blade.php @@ -21,7 +21,7 @@
-
+
diff --git a/resources/views/names/index.blade.php b/resources/views/names/index.blade.php index 4fe9380..6a8897c 100644 --- a/resources/views/names/index.blade.php +++ b/resources/views/names/index.blade.php @@ -18,7 +18,7 @@
-
+
diff --git a/resources/views/names/letter.blade.php b/resources/views/names/letter.blade.php index 8f783fa..a3cd2a3 100644 --- a/resources/views/names/letter.blade.php +++ b/resources/views/names/letter.blade.php @@ -21,7 +21,7 @@
-
+
diff --git a/resources/views/names/male/index.blade.php b/resources/views/names/male/index.blade.php index 01e7f86..baf2138 100644 --- a/resources/views/names/male/index.blade.php +++ b/resources/views/names/male/index.blade.php @@ -18,7 +18,7 @@
-
+
diff --git a/resources/views/names/male/letter.blade.php b/resources/views/names/male/letter.blade.php index 151da7b..66ac01a 100644 --- a/resources/views/names/male/letter.blade.php +++ b/resources/views/names/male/letter.blade.php @@ -21,7 +21,7 @@
-
+
diff --git a/resources/views/names/partials/sidebar.blade.php b/resources/views/names/partials/sidebar.blade.php index af19658..98b4551 100644 --- a/resources/views/names/partials/sidebar.blade.php +++ b/resources/views/names/partials/sidebar.blade.php @@ -1,14 +1,14 @@ -