Skip to content

Commit

Permalink
[✨feat]: 연습모드 버튼 클릭시 테스트용 alert 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Apr 17, 2024
1 parent fa55ae9 commit 2972c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const MainPage = () => {
/>
</article>
<article className='bg-white rounded-[0.5rem] border-solid border-[0.3rem] border-green-100 row-start-1 h-full flex items-center justify-center shadow-xl hover:bg-green-100 transition-all hover:text-white hover:text-[1.8rem]'>
<button>연습모드!</button>
<button onClick={() => alert('연습모드 클릭됨!')}>연습모드!</button>
</article>
<CreateRoomModal>
<article className='bg-white rounded-[0.5rem] border-solid border-[0.3rem] border-green-100 row-start-1 h-full flex items-center justify-center shadow-xl hover:bg-green-100 transition-all hover:text-white hover:text-[1.8rem]'>
Expand Down

0 comments on commit 2972c8f

Please sign in to comment.