diff --git a/package-lock.json b/package-lock.json index df597cd..4b8ca22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ayco/cozy", - "version": "0.1.20", + "version": "0.1.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ayco/cozy", - "version": "0.1.20", + "version": "0.1.21", "dependencies": { "@astrojs/netlify": "^2.2.2", "@extractus/article-extractor": "^7.2.15", diff --git a/package.json b/package.json index d352a7b..560a778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayco/cozy", - "version": "0.1.20", + "version": "0.1.21", "scripts": { "start": "astro dev", "build": "astro build" diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index 6b1e0fa..d4b8887 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -9,7 +9,7 @@ const placeholder = 'Type the URL of an article here';