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' } ]);