diff --git a/package-lock.json b/package-lock.json index fc66a77..1bc8679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firq/fgosite", - "version": "0.2.0-pre.46", + "version": "0.2.0-pre.47", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@firq/fgosite", - "version": "0.2.0-pre.46", + "version": "0.2.0-pre.47", "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.2", "@astrojs/check": "^0.9.4", diff --git a/package.json b/package.json index 685435e..b9faec5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.46", + "version": "0.2.0-pre.47", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/navbar/navbarMobile.astro b/src/components/navbar/navbarMobile.astro index 0e5f6c5..97eb917 100644 --- a/src/components/navbar/navbarMobile.astro +++ b/src/components/navbar/navbarMobile.astro @@ -8,7 +8,7 @@ const hamburger_src_url = `url("${hamburger.src}")`