From cffeb2223b030953e62cb34ad6e2ecba07ca1b37 Mon Sep 17 00:00:00 2001 From: TwilightLogic Date: Mon, 13 May 2024 09:23:12 +0800 Subject: [PATCH] refactor: remove background and update hovering styles on Blog --- docs/website/components/index/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/components/index/index.tsx b/docs/website/components/index/index.tsx index 86eeb71b0f..57e985da10 100644 --- a/docs/website/components/index/index.tsx +++ b/docs/website/components/index/index.tsx @@ -207,7 +207,7 @@ export default function Index({ {/* BLOG */} -
+

{blogsTitle.split(' ').slice(0, -1).join(' ')}{' '} @@ -217,7 +217,7 @@ export default function Index({ {blogs?.map((blog, index) => (