mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 23:22:56 +00:00
fix: swap rsvp and organize buttons
This commit is contained in:
parent
88b5aa2a17
commit
251aee88a4
1 changed files with 5 additions and 5 deletions
|
|
@ -253,12 +253,12 @@ function App() {
|
|||
<button
|
||||
className="bg-[#fca147] border-[5px] border-[rgba(0,0,0,0.2)] rounded-[20px] px-8 md:px-14 py-4 hover:scale-105 transition-transform w-full md:w-auto transform md:rotate-[1.5deg] shadow-[0_8px_20px_rgba(0,0,0,0.25)] cursor-pointer active:scale-95"
|
||||
type="button"
|
||||
onClick={() => openWithEmail(FORM_URL_ORGANIZER_APPLICATION)}
|
||||
onClick={() => openWithEmail(FORM_URL_RSVP)}
|
||||
>
|
||||
<p
|
||||
className="text-[#8d3f34] text-3xl md:text-5xl font-normal font-dream-planner"
|
||||
>
|
||||
ORGANIZE!
|
||||
RSVP!
|
||||
</p>
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -268,10 +268,10 @@ function App() {
|
|||
}}>
|
||||
...or <span
|
||||
className='underline inline-block cursor-pointer transition-transform hover:scale-105 active:scale-95'
|
||||
onClick={() => openWithEmail(FORM_URL_RSVP)}
|
||||
onClick={() => openWithEmail(FORM_URL_ORGANIZER_APPLICATION)}
|
||||
>
|
||||
RSVP
|
||||
</span> for one
|
||||
organize
|
||||
</span> your own event!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue