diff --git a/components/dashboard/links/Index.vue b/components/dashboard/links/Index.vue
index f2497fe..b0a56eb 100644
--- a/components/dashboard/links/Index.vue
+++ b/components/dashboard/links/Index.vue
@@ -80,7 +80,7 @@ function updateLinkList(link, type) {
v-if="!isLoading && listComplete"
class="flex items-center justify-center text-sm"
>
- No more
+ No more links
`${origin}/${props.link.slug}`)
-const linkIcon = computed(() => `https://unavatar.io/${getLinkHost(props.link.url)}?fallback=https://sink.cool/sink.png`)
+const linkIcon = computed(() => `https://unavatar.io/${getLinkHost(props.link.url)}?fallback=https://sink.cool/icon.png`)
const { copy, copied } = useClipboard({ source: shortLink.value, copiedDuring: 400 })
@@ -44,11 +44,13 @@ function updateLink(link, type) {
diff --git a/components/dashboard/metrics/List.vue b/components/dashboard/metrics/List.vue
index 144cb27..053ca31 100644
--- a/components/dashboard/metrics/List.vue
+++ b/components/dashboard/metrics/List.vue
@@ -30,7 +30,7 @@ defineProps({