Migrate to astro-icon v1

This commit is contained in:
prototypa
2023-07-27 06:36:12 -04:00
parent ce4dfa0a69
commit 139ca46a9c
22 changed files with 35 additions and 22 deletions

View File

@ -1,5 +1,5 @@
---
import { Icon } from 'astro-icon';
import { Icon } from 'astro-icon/components';
import Logo from '~/components/Logo.astro';
import ToggleTheme from '~/components/common/ToggleTheme.astro';
import ToggleMenu from '~/components/common/ToggleMenu.astro';