From 73b747b8c0be4369bd123a645cec46e1386e7272 Mon Sep 17 00:00:00 2001 From: Rosanna Milner Date: Tue, 11 Feb 2025 11:57:09 +0000 Subject: [PATCH] added icons to search bar --- home/templates/components/search_bar.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/home/templates/components/search_bar.html b/home/templates/components/search_bar.html index b98e83a..c93463b 100644 --- a/home/templates/components/search_bar.html +++ b/home/templates/components/search_bar.html @@ -7,18 +7,10 @@ {% endif %} {% endfor %} {{ search_form.q }} - - - - {% if current_search %} - - - Clear - {% endif %} - + + {% if current_search %} +
Clear
+ {% endif %} \ No newline at end of file