We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3275900 commit b2b1c17Copy full SHA for b2b1c17
1 file changed
src/app/page.tsx
@@ -137,7 +137,7 @@ export default function Home() {
137
{isLoggedIn && (
138
<button
139
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"
+ 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"
141
onClick={handleRegisterClick}
142
>
143
<Plus size={20} />
0 commit comments