File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ export default component$(() => {
3939 >
4040 < div class = "flex items-center gap-4" >
4141 < Link
42- prefetch = { false }
4342 href = { session . value . user ? "/home" : "/landing" }
4443 class = "hidden bg-gradient-to-r from-primary to-primary bg-clip-text px-1 text-xl font-bold text-transparent transition-colors hover:from-primary/90 hover:to-primary/90 md:block"
4544 >
@@ -56,7 +55,6 @@ export default component$(() => {
5655 ) }
5756 { session . value . user && location . url . pathname !== "/home" && (
5857 < Link
59- prefetch = { false }
6058 href = "/home"
6159 class = "rounded-lg bg-secondary p-2 text-secondary-foreground shadow-sm transition-all duration-300 hover:bg-secondary/90 hover:shadow-lg md:hidden"
6260
@@ -93,7 +91,6 @@ export default component$(() => {
9391 My Profile
9492 </ Link >
9593 ) }
96- < Dropdown />
9794 </ >
9895 ) : (
9996 < Link
You can’t perform that action at this time.
0 commit comments