mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(landing): success wording
This commit is contained in:
@@ -136,7 +136,7 @@ export function HeroWorkflow() {
|
||||
connectionLineType={ConnectionLineType.SmoothStep}
|
||||
connectionLineStyle={{ stroke: '#94a3b8', strokeWidth: 2 }}
|
||||
fitView
|
||||
minZoom={0.8}
|
||||
minZoom={0.6}
|
||||
maxZoom={1.3}
|
||||
defaultViewport={{ x: 0, y: 0, zoom: 1 }}
|
||||
proOptions={{ hideAttribution: true }}
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function WaitlistForm() {
|
||||
|
||||
const getButtonText = () => {
|
||||
if (isSubmitting) return 'Joining...'
|
||||
if (status === 'success') return 'Success'
|
||||
if (status === 'success') return 'Joined!'
|
||||
if (status === 'error') return 'Try again'
|
||||
return 'Join waitlist'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user