We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547cb12 commit 7cf3c00Copy full SHA for 7cf3c00
1 file changed
app/(project)/FreeTacMan/layout.tsx
@@ -19,35 +19,6 @@ export default function RootLayout({
19
return (
20
<html lang="en" className={inter.className}>
21
<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
42
43
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>
51
52
{children}
53
</body>
0 commit comments