chore: remove unnecessary text decoration

This commit is contained in:
jinhojang6 2024-10-08 23:54:35 +09:00
parent 2511510213
commit bf81e9cf3b
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8

View File

@ -60,6 +60,10 @@ const Logo = styled.img`
const UserActions = styled.div`
display: flex;
align-items: center;
a {
text-decoration: none;
}
`
const Button = styled.button`