From c1cc3d1d1fbf176e118db780ec0e4789e96a7388 Mon Sep 17 00:00:00 2001 From: LeviDing Date: Tue, 30 May 2023 18:42:13 +0800 Subject: [PATCH] fix: style typo error in home.module.scss --- app/components/home.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 96ce17c13..8098b8db2 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -141,7 +141,7 @@ .sidebar-sub-title { font-size: 12px; - font-weight: 400px; + font-weight: 400; animation: slide-in ease 0.3s; }