Refactor: Rename Craps game title
This commit is contained in:
parent
0207a808ef
commit
e9d524df70
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue