Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/replay-vision.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function HeroSection() {
bugs, scoring frustration, tagging behavior, and summarizing what happened. You get the
findings, while <strong>Replay Vision</strong> does the homework.
</p>
<div className="@container max-w-sm">
<div className="@container max-w-sm mx-auto">
{showForm ? (
<WaitlistForm
autoFocus
Expand All @@ -121,7 +121,7 @@ function HeroSection() {
surveyId={SURVEY_ID}
/>
) : (
<div className="flex flex-wrap items-center gap-2">
<div className="flex flex-wrap items-center justify-center gap-2">
<OSButton variant="primary" size="lg" onClick={() => setShowForm(true)}>
Join the waitlist
</OSButton>
Expand Down Expand Up @@ -200,7 +200,7 @@ function HonestBit() {
actually talk to the people using it and get the quality right before we go wide. Join the list and
you'll be near the front.
</p>
<div className="max-w-lg @container bg-yellow/10 border border-yellow rounded-md px-8 py-6 shadow-xl">
<div className="max-w-lg mx-auto @container bg-yellow/10 border border-yellow rounded-md px-8 py-6 shadow-xl">
<WaitlistForm
productHandle="replay_vision"
productName="Replay Vision"
Expand Down
Loading