diff --git a/src/components/links/card-link.tsx b/src/components/links/card-link.tsx index 44c0edf..3ec2b47 100644 --- a/src/components/links/card-link.tsx +++ b/src/components/links/card-link.tsx @@ -46,7 +46,7 @@ const CardLink = ({ linkInfo, linkTags, tagsInfo }: CardLinkProps) => {
/ {linkInfo.slug} diff --git a/src/components/links/copy-qr.tsx b/src/components/links/copy-qr.tsx index 0724007..7f7179c 100644 --- a/src/components/links/copy-qr.tsx +++ b/src/components/links/copy-qr.tsx @@ -59,7 +59,7 @@ const CopyQR = ({ linkInfo }: CopyQRProps) => { Copy QR Code {linkInfo.description} -
+
{ viewBox={`0 0 128 128`} />
-

{`/${linkInfo.slug}`}

+

{`/${linkInfo.slug}`}

diff --git a/src/components/links/edit-link.tsx b/src/components/links/edit-link.tsx index a59f874..cdd70ab 100644 --- a/src/components/links/edit-link.tsx +++ b/src/components/links/edit-link.tsx @@ -95,9 +95,9 @@ const EditLink = (props: EditLinkProps) => { {props.trigger} - + Edit link - + /{props.link.slug}