We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96848f7 commit fe09d5bCopy full SHA for fe09d5b
src/app/layout.tsx
@@ -45,13 +45,6 @@ export default function RootLayout({
45
}) {
46
return (
47
<html lang="en" suppressHydrationWarning>
48
- <head>
49
- <link
50
- rel="stylesheet"
51
- href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css"
52
- />
53
- <link rel="canonical" href="https://www.bertselleslagh.com" />
54
- </head>
55
<body className={inter.className}>
56
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
57
<div className="flex flex-col h-screen overflow-hidden">
src/components/AnimatedCursors.tsx
0 commit comments