diff --git a/Dockerfile b/Dockerfile index d1a6221..15ed890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20.16.0-alpine3.20 AS base -LABEL version="0.1.5" +LABEL version="0.1.6" LABEL description="Astro based website to use as a profile" ENV PNPM_HOME="/pnpm" diff --git a/public/assets/at-work.jpg b/public/assets/at-work.jpg deleted file mode 100644 index 82c29fe..0000000 Binary files a/public/assets/at-work.jpg and /dev/null differ diff --git a/public/assets/hiking.jpg b/public/assets/hiking.jpg new file mode 100644 index 0000000..8206ac1 Binary files /dev/null and b/public/assets/hiking.jpg differ diff --git a/public/assets/portrait.jpg b/public/assets/portrait.jpg index f1c8984..987ac26 100644 Binary files a/public/assets/portrait.jpg and b/public/assets/portrait.jpg differ diff --git a/src/components/ContactCTA.astro b/src/components/ContactCTA.astro index 6986bd7..f85ca90 100644 --- a/src/components/ContactCTA.astro +++ b/src/components/ContactCTA.astro @@ -5,7 +5,7 @@ import Icon from './Icon.astro';