diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index 33126af..ab1cc90 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -1,67 +1,95 @@ --- -import Icon from 'astro-iconify'; -import SettingsPopover from './SettingsPopover.astro'; +import Icon from "astro-iconify"; +import SettingsPopover from "./SettingsPopover.astro"; export interface Props { url: string | null; } -const placeholder = 'Type the article URL here'; +const placeholder = "Type the article URL here"; const { url } = Astro.props; ---
- - - -
- +
+
- -