Skip to content

Commit

Permalink
Merge pull request #286 from MeeTeamIdle/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
prgmr99 authored Nov 12, 2024
2 parents d00067e + 964c052 commit f4d54f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/header/Header.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@ const Header = styled.header<{ $isLogin?: boolean }>`
}
.header__navigation {
display: none;
display: flex;
align-items: center;
font-size: 1.2rem;
margin-bottom: 1rem;
}
.header__menu {
Expand Down

0 comments on commit f4d54f3

Please sign in to comment.