2424 <div
2525 class =" flex items-center justify-center w-12 h-12 transition-all duration-200 overflow-hidden rounded-2xl text-white hover:bg-sl-08dpa" >
2626 <img class =" h-10" src =" /logo_solo.svg" alt =" Studio Link - Default" />
27- <span class =" sr-only" >Studio Link Default </span >
27+ <span class =" sr-only" >Studio - Local </span >
2828 </div >
2929 </div >
3030 </a >
3131 <hr class =" w-2/3 border-t-white/[.06] border-t-2 rounded mx-2" />
32- <a href =" #" class =" relative block group" >
32+ <a href =" #" class =" hidden relative block group" title = " New Studio " >
3333 <div class =" absolute flex items-center h-full -left-4" >
3434 <div
3535 class =" h-5 scale-0 opacity-0 group-hover:opacity-100 group-hover:scale-100 w-1 transition-all duration-200 origin-left bg-sl-primary rounded-r" >
4343 <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2"
4444 d =" M12 6v6m0 0v6m0-6h6m-6 0H6" />
4545 </svg >
46- <span class =" sr-only" >New Studio Link </span >
46+ <span class =" sr-only" >New Studio</span >
4747 </div >
4848 </div >
4949 </a >
5050 </nav >
5151 </div >
52- <div class =" flex flex-shrink-0 pb-5" >
53- <a href =" #" class =" w-full flex-shrink-0" @click =" oauth" >
52+ <div class =" hidden flex flex-shrink-0 pb-5" >
53+ <a v-if = " auth " href =" #" class =" w-full flex-shrink-0" @click =" oauth" >
5454 <img class =" mx-auto block h-10 w-10 rounded-full" :src =" user.imageUrl" alt =" " />
5555 <div class =" sr-only" >
5656 <p >{{ user.name }}</p >
5757 <p >Account settings</p >
5858 </div >
5959 </a >
60+ <a v-if =" !auth" href =" #" class =" w-full flex-shrink-0" @click =" oauth" >
61+ <svg class =" text-sl-on_surface_2 mx-auto block size-10 rounded-full" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
62+ <path stroke-linecap =" round" stroke-linejoin =" round" d =" M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25" />
63+ </svg >
64+ </a >
6065 </div >
6166 </div >
6267 </div >
@@ -80,6 +85,8 @@ const user = {
8085 ' https://images.unsplash.com/photo-1502685104226-ee32379fefbe?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80' ,
8186}
8287
88+ const auth = false ;
89+
8390const navigation = [
8491 { name: ' Home' , href: ' #' , icon: HomeIcon },
8592 { name: ' Trending' , href: ' #' , icon: FireIcon },
0 commit comments