Rename a title
Rename "Balanced Ternary Number Representation" to "Balanced Ternary Representation".
This commit is contained in:
parent
f9dcdaeddc
commit
13f04fd7f7
4 changed files with 5 additions and 5 deletions
|
|
@ -169,7 +169,7 @@ const BalancedTernaryGame: React.FC<BalancedTernaryGameProps> = ({ showSocialSha
|
||||||
return (
|
return (
|
||||||
<div className="max-w-4xl mx-auto p-6 space-y-6">
|
<div className="max-w-4xl mx-auto p-6 space-y-6">
|
||||||
<div className="text-center space-y-2">
|
<div className="text-center space-y-2">
|
||||||
<h2 className="text-2xl font-bold text-foreground">Balanced Ternary Number Representation</h2>
|
<h2 className="text-2xl font-bold text-foreground">Balanced Ternary Representation</h2>
|
||||||
<p className="text-muted-foreground">Use + and - buttons to add or subtract powers of three. Digits can be T (-1), 0, or 1.</p>
|
<p className="text-muted-foreground">Use + and - buttons to add or subtract powers of three. Digits can be T (-1), 0, or 1.</p>
|
||||||
{highScore !== null && (
|
{highScore !== null && (
|
||||||
<Badge variant="secondary" className="text-sm">
|
<Badge variant="secondary" className="text-sm">
|
||||||
|
|
@ -315,7 +315,7 @@ const BalancedTernaryGame: React.FC<BalancedTernaryGameProps> = ({ showSocialSha
|
||||||
|
|
||||||
{showSocialShare && (
|
{showSocialShare && (
|
||||||
<SocialShare
|
<SocialShare
|
||||||
title="Balanced Ternary Number Representation Game"
|
title="Balanced Ternary Representation Game"
|
||||||
description="Learn how numbers are represented in balanced ternary format using digits T (-1), 0, and 1."
|
description="Learn how numbers are represented in balanced ternary format using digits T (-1), 0, and 1."
|
||||||
url={`${window.location.origin}/balanced-ternary-game`}
|
url={`${window.location.origin}/balanced-ternary-game`}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ const allInteractives: Interactive[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'balanced-ternary-game',
|
id: 'balanced-ternary-game',
|
||||||
title: 'Balanced Ternary Number Representation',
|
title: 'Balanced Ternary Representation',
|
||||||
description: 'Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.',
|
description: 'Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.',
|
||||||
tags: ['balanced-ternary', 'numbers', 'conversion', 'representation', 'base-3', 'signed-digits'],
|
tags: ['balanced-ternary', 'numbers', 'conversion', 'representation', 'base-3', 'signed-digits'],
|
||||||
path: '/balanced-ternary-game',
|
path: '/balanced-ternary-game',
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ const allInteractives = [{
|
||||||
theme: 'Discrete Math'
|
theme: 'Discrete Math'
|
||||||
}, {
|
}, {
|
||||||
id: 'balanced-ternary-game',
|
id: 'balanced-ternary-game',
|
||||||
title: 'Balanced Ternary Number Representation',
|
title: 'Balanced Ternary Representation',
|
||||||
description: 'Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.',
|
description: 'Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.',
|
||||||
tags: ['balanced-ternary', 'numbers', 'signed-digits'],
|
tags: ['balanced-ternary', 'numbers', 'signed-digits'],
|
||||||
path: '/balanced-ternary-game',
|
path: '/balanced-ternary-game',
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ const interactives: Interactive[] = [{
|
||||||
greenScreenPath: "/ternary-number-game"
|
greenScreenPath: "/ternary-number-game"
|
||||||
}, {
|
}, {
|
||||||
id: "balanced-ternary-game",
|
id: "balanced-ternary-game",
|
||||||
title: "Balanced Ternary Number Representation",
|
title: "Balanced Ternary Representation",
|
||||||
description: "Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.",
|
description: "Explore balanced ternary using digits T (-1), 0, and 1. Add or subtract powers of three to match the target number.",
|
||||||
tags: ["balanced-ternary", "numbers", "conversion", "representation", "base-3", "signed-digits"],
|
tags: ["balanced-ternary", "numbers", "conversion", "representation", "base-3", "signed-digits"],
|
||||||
component: BalancedTernaryGame,
|
component: BalancedTernaryGame,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue