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) { Sink 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({
diff --git a/components/dashboard/metrics/name/Referer.vue b/components/dashboard/metrics/name/Referer.vue index 9ca5474..4d0d0ef 100644 --- a/components/dashboard/metrics/name/Referer.vue +++ b/components/dashboard/metrics/name/Referer.vue @@ -17,11 +17,13 @@ defineProps({ Sink diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..c8b1245 Binary files /dev/null and b/public/icon.png differ