docs: astro dark-mode.md typo (#686)

This commit is contained in:
Alan Kersaudy 2024-07-29 06:46:43 +02:00 committed by GitHub
parent 0ee23fb53d
commit b2952b6416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ Place a mode toggle on your site to toggle between light and dark mode.
```astro title="src/pages/index.astro"
---
import '../styles/globals.css'
import { ModeToggle } from '@/components/ModeToggle.vue';
import ModeToggle from '@/components/ModeToggle.vue';
---
<!-- Inline script -->