Refactor: Rename Craps game title

This commit is contained in:
gpt-engineer-app[bot] 2025-09-05 06:13:18 +00:00
parent 0207a808ef
commit e9d524df70

View file

@ -295,7 +295,7 @@ const CrapsGame: React.FC<CrapsGameProps> = ({ showSocialShare = false }) => {
<div className="max-w-4xl mx-auto p-6 space-y-6">
<Card>
<CardHeader className="text-center">
<CardTitle className="text-3xl font-bold text-foreground">Craps: First Throw</CardTitle>
<CardTitle className="text-3xl font-bold text-foreground">Craps: An Exploration</CardTitle>
<CardDescription className="text-lg">
Roll two dice and see what happens on the opening throw of craps!
</CardDescription>