Skip to content

Commit b2b1c17

Browse files
committed
fix: 홈에서 작품/공간 등록 버튼 cursor-pointer 추가
1 parent 3275900 commit b2b1c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function Home() {
137137
{isLoggedIn && (
138138
<button
139139
type="button"
140-
className="bg-object-primary fixed bottom-24 left-1/2 z-50 flex h-12.5 w-29 translate-x-20 items-center gap-1 rounded-full px-4 text-white"
140+
className="bg-object-primary fixed bottom-24 left-1/2 z-50 flex h-12.5 w-29 translate-x-20 cursor-pointer items-center gap-1 rounded-full px-4 text-white"
141141
onClick={handleRegisterClick}
142142
>
143143
<Plus size={20} />

0 commit comments

Comments
 (0)