diff --git a/package-lock.json b/package-lock.json index 41bcc75..9ca1d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ayco/cozy", - "version": "0.1.17", + "version": "0.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ayco/cozy", - "version": "0.1.17", + "version": "0.1.18", "dependencies": { "@astrojs/netlify": "^2.2.2", "@extractus/article-extractor": "^7.2.15", diff --git a/package.json b/package.json index 560312f..1a05f35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayco/cozy", - "version": "0.1.17", + "version": "0.1.18", "scripts": { "start": "astro dev", "build": "astro build" diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index eda012f..fb315ca 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -8,23 +8,29 @@ const { url } = Astro.props;
- -