From ff2caff0617e1f81fda8a258d99f245b60940193 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 5 Nov 2025 22:37:22 +1100 Subject: [PATCH] Update --- links/templates/links/search_react.html | 50 +++++++++++++------------ links/urls.py | 1 + templates/base.html | 8 ++++ 3 files changed, 35 insertions(+), 24 deletions(-) diff --git a/links/templates/links/search_react.html b/links/templates/links/search_react.html index c99daa8..1daed4d 100644 --- a/links/templates/links/search_react.html +++ b/links/templates/links/search_react.html @@ -56,7 +56,7 @@ // Input Component const Input = ({ className = "", ...props }) => ( - @@ -64,7 +64,7 @@ // Select Component const Select = ({ children, className = "", ...props }) => ( -