diff --git a/public/assets/browser.png b/public/assets/browser.png new file mode 100644 index 00000000..5d76e59f Binary files /dev/null and b/public/assets/browser.png differ diff --git a/src/components/Button.astro b/src/components/Button.astro index e5045f6b..b06bd10d 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -2,7 +2,7 @@ const { class: className, isPrimary, } = Astro.props; --- - diff --git a/src/pages/index.astro b/src/pages/index.astro index 118c9838..55ae4979 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,52 +7,23 @@ import Button from '../components/Button.astro';
-
- - \ No newline at end of file