better edit view

This commit is contained in:
daniel31x13
2024-08-30 02:38:58 -04:00
parent 820d686c37
commit aee10fa406
22 changed files with 596 additions and 256 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const Index = () => {
<div className="flex h-screen">
{getLink.data ? (
<LinkDetails
link={getLink.data}
activeLink={getLink.data}
className="sm:max-w-xl sm:m-auto sm:p-5 w-full"
standalone
/>