From ec759247e96dcd88de0cad3306c663e6796e6869 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Sat, 1 Mar 2025 08:00:20 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(BlogPost):=20Enhance=20blog?= =?UTF-8?q?=20post=20link=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve the appearance and accessibility of blog post links by removing the underline hover effect and updating the link text to "Read the article". --- components/blogpost.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/blogpost.tsx b/components/blogpost.tsx index cbdc67b..c79ca49 100644 --- a/components/blogpost.tsx +++ b/components/blogpost.tsx @@ -34,7 +34,7 @@ export default function BlogArea({ blogposts }: BlogAreaProps) {

- + {blogpost.label}

@@ -51,8 +51,8 @@ export default function BlogArea({ blogposts }: BlogAreaProps) {

Posted: {blogpost.publish}

- - Read + + Read the article