From ac3f8561e8d1111e236ce1e272f90b116075dc2d Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Wed, 13 Jul 2022 22:44:59 +0200 Subject: [PATCH] Remove duplicate "Add a playlist" link --- components/ui/NavBar.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/ui/NavBar.vue b/components/ui/NavBar.vue index 4fb2663..1c5f2df 100644 --- a/components/ui/NavBar.vue +++ b/components/ui/NavBar.vue @@ -26,12 +26,6 @@ const items = computed(() => [ label: 'About', icon: 'pi pi-info-circle', to: '/about' - }, - { - label: 'Add a playlist', - icon: 'pi pi-plus', - url: 'https://github.com/mackorone/spotify-playlist-archive/blob/main/CONTRIBUTING.md', - target: '_blank' } ]);