Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Jan 16, 2024
1 parent c266341 commit 2ade739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/web/src/layout/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
.is-transparent &:hover {
color: black;
}

&.is-search {
@include ml {
display: none;
}
}
}

&-mobileButton {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function Menu({links}: MenuProps) {
<Stack.Right>
<HStack gap={12} center>
<SearchButton>
<button className={styles.root.social()}>
<button className={styles.root.social('search')}>
<IcRoundSearch className={styles.root.social.icon()} />
</button>
</SearchButton>
Expand Down

0 comments on commit 2ade739

Please sign in to comment.