From 3041a4dec510f0c74f040f470d5f40efc756a214 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 11 Jun 2025 11:03:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20Updated=20placeholder=20text=20i?= =?UTF-8?q?n=20navbar=20search=20input=20for=20consistency=20and=20improve?= =?UTF-8?q?d=20user=20experience.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/navbar/navbar.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/navbar/navbar.component.html b/src/app/components/navbar/navbar.component.html index 22fdc65..dfa3965 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 un pin ..." + placeholder="Rechercher un pin…" formControlName="searchControl" (focus)="onFocus()" (blur)="onBlur()" @@ -228,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 un pin ..." + placeholder="Rechercher un pin…" formControlName="searchControl" (focus)="onFocus()" (blur)="onBlur()"