mirror of
https://github.com/System-End/campfire.git
synced 2026-04-20 00:25:22 +00:00
fix: button wrap
This commit is contained in:
parent
68bf38b0fe
commit
f4d6684426
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ function App() {
|
|||
onClick={() => openWithEmail(FORM_URL_SIGN_UP)}
|
||||
>
|
||||
<p
|
||||
className="text-[#8d3f34] text-3xl md:text-5xl font-normal font-dream-planner"
|
||||
className="text-[#8d3f34] text-3xl md:text-5xl font-normal font-dream-planner whitespace-nowrap"
|
||||
>
|
||||
SIGN UP!
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue