From c57cced061c1d93fcf0fc4a4fb65c65cc32d6e3a Mon Sep 17 00:00:00 2001 From: highperfocused Date: Fri, 23 May 2025 20:51:39 +0200 Subject: [PATCH] fix: Update placeholder and search message to use HTML entities for better rendering --- components/UploadComponent.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/UploadComponent.tsx b/components/UploadComponent.tsx index c5799aa..4c03253 100644 --- a/components/UploadComponent.tsx +++ b/components/UploadComponent.tsx @@ -241,7 +241,7 @@ const UploadComponent: React.FC = () => { setShowUserSuggestions(false) setSearchTag("") - + // Replace links only if they contain https://lumina.rocks let updatedValue = value; @@ -512,7 +512,7 @@ const UploadComponent: React.FC = () => {