From ffab4fbf769478c9a46a67cb1dd34584ca1b3478 Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Sat, 12 Sep 2020 11:24:58 -0700 Subject: [PATCH] remove -1 bottom from navigation links --- app/components/Tab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Tab.js b/app/components/Tab.js index ef985ee12..df7c71ced 100644 --- a/app/components/Tab.js +++ b/app/components/Tab.js @@ -10,7 +10,6 @@ type Props = { const StyledNavLink = styled(NavLink)` position: relative; - bottom: -1px; display: inline-block; font-weight: 500;