diff --git a/src/routes/contact.svelte b/src/routes/contact.svelte index 09f25ad..ee70f65 100644 --- a/src/routes/contact.svelte +++ b/src/routes/contact.svelte @@ -18,6 +18,7 @@ name: 'Github', icon: 'logo-github', }, + { href: 'https://spectare.nicco.io/share/Xklie3UU/Nicco', name: 'Website Statistics', icon: 'analytics' }, { href: '/privacy', name: 'Privacy Policy', icon: 'finger-print-outline' }, { href: '/support', name: 'Support', icon: 'heart-sharp' }, ] diff --git a/static/icons/analytics.svg b/static/icons/analytics.svg new file mode 100644 index 0000000..89d6650 --- /dev/null +++ b/static/icons/analytics.svg @@ -0,0 +1 @@ +Analytics \ No newline at end of file