Skip to content

Commit 7cf3c00

Browse files
committed
.
1 parent 547cb12 commit 7cf3c00

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

app/(project)/FreeTacMan/layout.tsx

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,6 @@ export default function RootLayout({
1919
return (
2020
<html lang="en" className={inter.className}>
2121
<body id="#">
22-
<header>
23-
<div className="fixed right-0 bottom-0 m-6 z-20">
24-
<Link
25-
href="#"
26-
className="bg-background text-foreground hover:bg-[#FF668C] rounded-full flex justify-center items-center p-2 select-none"
27-
>
28-
<span>
29-
<svg
30-
fill="none"
31-
viewBox="0 0 24 24"
32-
strokeWidth="1.5"
33-
stroke="currentColor"
34-
className="size-6"
35-
>
36-
<path
37-
strokeLinecap="round"
38-
strokeLinejoin="round"
39-
d="m4.5 18.75 7.5-7.5 7.5 7.5"
40-
/>
41-
<path
42-
strokeLinecap="round"
43-
strokeLinejoin="round"
44-
d="m4.5 12.75 7.5-7.5 7.5 7.5"
45-
/>
46-
</svg>
47-
</span>
48-
</Link>
49-
</div>
50-
</header>
5122

5223
{children}
5324
</body>

0 commit comments

Comments
 (0)