From a28e9b11abe2b6edd037317d13a3ae845f2f034c Mon Sep 17 00:00:00 2001 From: "mathis.framit" Date: Fri, 6 Jun 2025 11:52:36 +0200 Subject: [PATCH] fix typo : "rechercher un pin" --- src/app/components/navbar/navbar.component.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/components/navbar/navbar.component.html b/src/app/components/navbar/navbar.component.html index 2a74523..22fdc65 100644 --- a/src/app/components/navbar/navbar.component.html +++ b/src/app/components/navbar/navbar.component.html @@ -75,7 +75,7 @@ type="text" id="search-navbar" class="block w-full p-2 ps-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" - placeholder="Rechercher ..." + placeholder="Rechercher un pin ..." formControlName="searchControl" (focus)="onFocus()" (blur)="onBlur()" @@ -165,22 +165,25 @@ >Timeline -
  • +
  • QuĂȘtes
  • -
  • +
  • - Tutorial + Tutorial
  • @@ -225,7 +228,7 @@ type="text" id="search-navbar" class="block w-full p-2 ps-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" - placeholder="Rechercher ..." + placeholder="Rechercher un pin ..." formControlName="searchControl" (focus)="onFocus()" (blur)="onBlur()"