Skip to content

Commit 32b4e0a

Browse files
author
jean-philippe
committed
testing
1 parent 2473efb commit 32b4e0a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/header/Mainheader.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)