fix proxy UI

This commit is contained in:
smolgrrr 2024-07-25 15:21:07 +10:00
parent 17d37a2eaf
commit 684bc9fdc2

View File

@ -27,7 +27,7 @@ const LinkModal = ({ url }: { url: string }) => {
}, [url]);
if (error) {
return <div>Error: {error}</div>; // Display a user-friendly error message
return <a className='hover:underline text-xs text-neutral-500' href={url}>{url}</a>; // or some loading state
}
if (!linkPreview) {