From d46cec2925600d38087c5f126c53f0c8e5f603ea Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Fri, 9 Feb 2024 18:13:34 +0100 Subject: [PATCH] Some minor changes --- public/blog/blog-posts.json | 2 +- src/components/Header.astro | 3 --- src/components/Hero.astro | 8 +++----- src/pages/blog/new-website.mdx | 2 +- src/pages/midnightlib.astro | 3 ++- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/public/blog/blog-posts.json b/public/blog/blog-posts.json index 18a8da5..3da5bb0 100644 --- a/public/blog/blog-posts.json +++ b/public/blog/blog-posts.json @@ -4,7 +4,7 @@ "userId": "Martin Prokoph", "date": "09th February 2024", "title": "So... I have a new website now!", - "body": "I finally revamped my website, making it faster, more accessible and more useful!", + "body": "I finally revamped my website, making it more performant, more accessible and more useful!", "img": "/social-preview-image.png" } ] \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index 6c4e98a..1cdad61 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -19,9 +19,6 @@ import { Icon } from 'astro-icon/components' -