diff --git a/Dockerfile b/Dockerfile
index 8de9790..b007f41 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM node:20.16.0-alpine3.20 AS base
-LABEL version="0.2.0"
+LABEL version="0.4.0"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"
diff --git a/package.json b/package.json
index 331e51b..5d2c777 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
- "version": "0.2.0",
+ "version": "0.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
diff --git a/src/components/IconPaths.ts b/src/components/IconPaths.ts
index f2e959f..b164879 100644
--- a/src/components/IconPaths.ts
+++ b/src/components/IconPaths.ts
@@ -18,21 +18,16 @@ export const iconPaths = {
'arrow-right': ``,
'arrow-left': ``,
code: ``,
- 'microphone-stage': ``,
+ 'hard-drives': ``,
+ 'cloud': ``,
+ 'network': '',
+ 'microphone-stage': ``,
'pencil-line': ``,
'rocket-launch': ``,
list: ``,
heart: ``,
'moon-stars': ``,
sun: ``,
- 'twitter-logo': ``,
- 'codepen-logo': ``,
'github-logo': ``,
- 'twitch-logo': ``,
- 'youtube-logo': ``,
- 'dribbble-logo': ``,
- 'discord-logo': ``,
'linkedin-logo': ``,
- 'instagram-logo': ``,
- 'tiktok-logo': ``,
};
diff --git a/src/components/MainHead.astro b/src/components/MainHead.astro
index a530477..6c04009 100644
--- a/src/components/MainHead.astro
+++ b/src/components/MainHead.astro
@@ -8,7 +8,7 @@ interface Props {
const {
title = 'Alex Lebens',
- description = 'The personal site of Alex Lebens',
+ description = 'A profile of Alex Lebens',
} = Astro.props;
---
@@ -25,6 +25,7 @@ const {
href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400&family=Rubik:wght@500;600&display=swap"
rel="stylesheet"
/>
+