diff --git a/components/ui/NavBar.vue b/components/ui/NavBar.vue index 1c5f2df..4fb2663 100644 --- a/components/ui/NavBar.vue +++ b/components/ui/NavBar.vue @@ -26,6 +26,12 @@ 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' } ]);