From 53bea4652e2b4aea2438fce67d3d1d80feaebe96 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 29 Jul 2023 14:20:21 +0800 Subject: [PATCH] Update bottom link focus Set proper padding for bottom links on the sidebar. --- showcases/web-kitchensink-reactnext/src/pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/showcases/web-kitchensink-reactnext/src/pages/index.tsx b/showcases/web-kitchensink-reactnext/src/pages/index.tsx index 3a36557..4f2c248 100644 --- a/showcases/web-kitchensink-reactnext/src/pages/index.tsx +++ b/showcases/web-kitchensink-reactnext/src/pages/index.tsx @@ -107,19 +107,19 @@ const IndexPage: NextPage = ({
Repo Website Issues