From b9d33b39016b28bacb762c37fe5405ac3c475b49 Mon Sep 17 00:00:00 2001 From: buyfakett Date: Mon, 3 Mar 2025 23:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/AboutMe/Blog.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view/AboutMe/Blog.jsx b/src/view/AboutMe/Blog.jsx index 9337c9d..cf0fa3c 100644 --- a/src/view/AboutMe/Blog.jsx +++ b/src/view/AboutMe/Blog.jsx @@ -47,7 +47,9 @@ const Blog = () => { initial={{ opacity: 0, scale: 0.9 }} animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.3, delay: 0.5 }}> -

Recent Blogs

+

+ Recent Blogs +

{blogs.slice(0, 8).map((item, index) => (