From d794633ed5d505495d3fac1df4584d1ae9cb15cf Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 24 Jul 2023 08:15:44 +0200 Subject: [PATCH] feat: initial SettingsPopover --- src/components/AddressBar.astro | 10 +++++----- src/components/SettingsPopover.astro | 13 +++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 src/components/SettingsPopover.astro 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;
+ +