diff --git a/app/app/(dashboard)/links/[id]/page.tsx b/app/app/(dashboard)/links/[id]/page.tsx index 3643d19..9438402 100644 --- a/app/app/(dashboard)/links/[id]/page.tsx +++ b/app/app/(dashboard)/links/[id]/page.tsx @@ -129,14 +129,11 @@ export default function Page({params}:{

Back to list

- - -
-

+

{title}

@@ -177,7 +174,7 @@ export default function Page({params}:{ "_blank" ) }} className="mt-2 text-sm hover:underline cursor-pointer w-fit"> - {fetchLink.long_url} + {fetchLink.long_url.length > 32?fetchLink.long_url.slice(0,32)+'....':fetchLink.long_url}