Add artist review page and components with basic layout and styling
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<header class="p-4 shadow-md flex justify-between bg-slate-100">
|
||||
<h1><NuxtLink to="/">Eurovision 2025</NuxtLink></h1>
|
||||
<nav>
|
||||
<ul class="flex gap-4">
|
||||
<li><NuxtLink to="/profile">Profile</NuxtLink></li>
|
||||
<li><NuxtLink to="/login">Login</NuxtLink></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user