From 041e35ce0e0d9470597e11b0cd0b253edd25fb2e Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 5 Jun 2023 13:55:28 +0330 Subject: [PATCH] minor change --- components/LinkList.tsx | 4 ++-- components/PublicPage/LinkList.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/LinkList.tsx b/components/LinkList.tsx index b73ced4..fa89ef9 100644 --- a/components/LinkList.tsx +++ b/components/LinkList.tsx @@ -99,7 +99,7 @@ export default function ({ link, count }: Props) {

{count + 1}.

-

{link.name}

+

{link.name}

{link.title}

@@ -127,7 +127,7 @@ export default function ({ link, count }: Props) {

{formattedDate}

-
+

{url.host}

{count + 1}.

-

{link.name}

+

{link.name}

{link.title}

{formattedDate}

-
+

{url.host}