diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index 4b174cd..33126af 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -1,5 +1,6 @@ --- import Icon from 'astro-iconify'; +import SettingsPopover from './SettingsPopover.astro'; export interface Props { url: string | null; @@ -18,9 +19,9 @@ const { url } = Astro.props; -
@@ -28,20 +29,19 @@ const { url } = Astro.props;
+ +