diff --git a/components/dashboard/links/Link.vue b/components/dashboard/links/Link.vue index 4b36f53..ccec374 100644 --- a/components/dashboard/links/Link.vue +++ b/components/dashboard/links/Link.vue @@ -165,7 +165,7 @@ function copyLink() { - {{ shortDate(link.createdAt) }} + {{ shortDate(link.createdAt) }}

Created At: {{ longDate(link.createdAt) }}

@@ -178,7 +178,7 @@ function copyLink() { - {{ shortDate(link.expiration) }} + {{ shortDate(link.expiration) }}

Expires At: {{ longDate(link.expiration) }}