Browse Source

feat: add playlists link to header

Kristian Vos 1 year ago
parent
commit
f9d6e906a1
1 changed files with 10 additions and 0 deletions
  1. 10 0
      frontend/src/components/MainHeader.vue

+ 10 - 0
frontend/src/components/MainHeader.vue

@@ -138,6 +138,16 @@ onMounted(async () => {
 				>
 					<strong>Admin</strong>
 				</router-link>
+				<router-link
+					class="nav-item"
+					:to="{
+						name: 'profile',
+						params: { username },
+						query: { tab: 'playlists' }
+					}"
+				>
+					Playlists
+				</router-link>
 				<router-link
 					class="nav-item"
 					:to="{