Skip to content

Commit

Permalink
hotfix: adjust clickable area
Browse files Browse the repository at this point in the history
  • Loading branch information
algoORgoal committed May 14, 2024
1 parent 946c71d commit e6a0df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/booth/ui/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function Button() {
<BaseButton
type="button"
className="mt-6 rounded-xl border border-[#D2D2D2] bg-white px-9 py-2 text-sm font-medium text-black hover:bg-white"
asChild
>
<Link href="/add-booth/select-mode">부스/주점 등록하기</Link>
</BaseButton>
Expand Down

0 comments on commit e6a0df0

Please sign in to comment.