diff --git a/package.json b/package.json index 4c51b54..1c730aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "websostenible", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "dev": "astro dev", "devhost": "astro dev --host", diff --git a/public/imgs/bosqueverde.png b/public/imgs/bosqueverde.png new file mode 100644 index 0000000..70d72d8 Binary files /dev/null and b/public/imgs/bosqueverde.png differ diff --git a/public/imgs/logo.png b/public/logo.png similarity index 100% rename from public/imgs/logo.png rename to public/logo.png diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index fed36ff..74f167f 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -7,7 +7,7 @@ const { home, posts, proyectos } = Astro.props;