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 }) => ( -