Skip to content

Commit c9bae58

Browse files
committed
fix duplicate line dropdown menu
1 parent 6ff98cd commit c9bae58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/screens/landing-page/sections/header/views/HeaderBarMobile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ const HeaderBarMobile = ({isApp}) => {
4343
{
4444
showDropdown && (
4545
<VStack gap={2} alignItems={'center'}
46-
sx={{
47-
paddingBottom: '16px',
48-
borderBottom: '1px solid rgba(0, 0, 0, 0.12)',
49-
}}
46+
sx={{paddingBottom: '16px'}}
5047
>
5148
{isApp ? null :
5249
featureFlags.newFeedbackSection ? (

0 commit comments

Comments
 (0)