Skip to content

Commit

Permalink
chore: whitespace-nowrap CSS 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dahyeo-n committed Dec 24, 2024
1 parent a0d55c0 commit d4b4dc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ const Navbar = () => {
<Icon name='Notification' size='l' className='text-white' />
<div className='hidden lg:flex items-center gap-7'>
<div className='rounded-full bg-white w-8 h-8 flex-shrink-0'></div>
<button
className='button-m bg-main px-6 py-2 rounded-full text-white flex-shrink-0'
style={{ whiteSpace: 'nowrap' }}
>
<button className='button-m bg-main px-6 py-2 rounded-full text-white flex-shrink-0'>
작품 업로드
</button>
{/* <button className='button-m text-white' >로그인/회원가입</button> */}
Expand Down

0 comments on commit d4b4dc9

Please sign in to comment.