-
+ class="rounded-xl border-4 border-white object-cover shadow"
+ />
@@ -66,14 +66,15 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
distractions.
-
+ class="rounded-xl border-4 border-white object-cover shadow"
+ />
@@ -87,14 +88,15 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
opening them.
-
+ class="rounded-xl border-4 border-white object-cover shadow"
+ />
@@ -107,14 +109,15 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
Zen's split view feature allows you to view multiple tabs at once.
-
+ class="rounded-xl border-4 border-white object-cover shadow"
+ />
@@ -125,14 +128,15 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
Zen's sidebar feature allows you to view all your tabs in one place.
-
+ class="rounded-xl border-4 border-white object-cover shadow"
+ />
diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro
index d937a93..83476a5 100644
--- a/src/components/NavBar.astro
+++ b/src/components/NavBar.astro
@@ -12,7 +12,7 @@ import {
} from 'astro-navbar'
import { ArrowRight, ChevronDown, Download, DownloadCloud } from 'lucide-astro'
import Logo from './Logo.astro'
-import { ThemeSwitch } from 'free-astro-components'
+import ThemeSwitch from './ThemeSwitch.astro'
---