Skip to content

Commit

Permalink
refactor: specify button type
Browse files Browse the repository at this point in the history
  • Loading branch information
soomin9106 committed Sep 25, 2024
1 parent de0072a commit 87e5d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/article/components/ArticleFloatingButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function ArticleFloatingButton() {
"h-[55px] px-5 py-3.5 bg-main rounded-[99px] shadow flex justify-center items-center gap-2"
)}
onClick={onClickGoProblem}
type="button"
>
<ProblemIcon />
<span className="text-base font-bold text-white">퀴즈 풀기</span>
Expand Down

0 comments on commit 87e5d4d

Please sign in to comment.