Skip to content

Commit 5ad1672

Browse files
committed
update button text
1 parent 5873272 commit 5ad1672

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

frontend/src/components/HeroSection.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,7 @@ export const HeroSection = () => {
106106
className="bg-foreground text-background hover:bg-foreground/90 px-12 py-8 text-base font-light rounded-full shadow-2xl border-0 min-w-[240px] transition-all duration-500 hover:scale-[1.02] active:scale-[0.98] tracking-wide"
107107
onClick={() => setIsLoginModalOpen(true)}
108108
>
109-
Start Playing
110-
</Button>
111-
112-
<Button
113-
variant="outline"
114-
size="lg"
115-
className="glass border-border/30 hover:bg-muted/10 hover:border-border/50 px-12 py-8 text-base font-light rounded-full min-w-[240px] transition-all duration-500 hover:scale-[1.02] active:scale-[0.98] tracking-wide"
116-
onClick={() => setIsLoginModalOpen(true)}
117-
>
118-
Quick Match
109+
Get started
119110
</Button>
120111
</motion.div>
121112
</motion.div>

0 commit comments

Comments
 (0)