We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94736d3 commit 3884c2cCopy full SHA for 3884c2c
1 file changed
apps/sim/app/(landing)/components/contact/contact-form.tsx
@@ -171,7 +171,7 @@ export function ContactForm() {
171
172
if (submitSuccess) {
173
return (
174
- <div className='flex min-h-[460px] flex-col items-center justify-center px-8 py-16 text-center'>
+ <div className='flex flex-col items-center px-8 py-16 text-center'>
175
<div className='flex h-16 w-16 items-center justify-center rounded-full border border-[var(--landing-bg-elevated)] bg-[var(--landing-bg-surface)] text-[var(--landing-text)]'>
176
<Check className='h-8 w-8' />
177
</div>
0 commit comments