From 674879cb7f4a8eac097810a25a34448ba3f2298b Mon Sep 17 00:00:00 2001 From: patak Date: Wed, 23 Nov 2022 13:04:45 +0100 Subject: [PATCH] feat: nuxtodon logo (#32) --- app.vue | 2 +- components/nav/NavTitle.vue | 2 +- public/nuxtodon.svg | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 public/nuxtodon.svg diff --git a/app.vue b/app.vue index 84c2cb97..4da1a387 100644 --- a/app.vue +++ b/app.vue @@ -3,7 +3,7 @@ useHead({ title: 'Nuxtodon', link: [ { - rel: 'icon', type: 'image/png', href: '/nuxt.png', + rel: 'icon', type: 'image/svg+xml', href: '/nuxtodon.svg', }, ], }) diff --git a/components/nav/NavTitle.vue b/components/nav/NavTitle.vue index b05861df..eaa60ad6 100644 --- a/components/nav/NavTitle.vue +++ b/components/nav/NavTitle.vue @@ -1,6 +1,6 @@