Skip to content

Commit 6f0b784

Browse files
committed
fix: codex -> fc
1 parent 5f59b59 commit 6f0b784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/AppPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function AppPage() {
3535
<ArrowLeftIcon size={24} /> Back to Home
3636
</Link>
3737
<h1 className="text-4xl font-bold tracking-tight sm:text-6xl mb-4 flex items-center">
38-
<span className="codex-color">codex</span>
38+
<span className="codex-color">fc</span>
3939
<span className="separator-color">::</span>
4040
<span className="apps-color">apps</span>
4141
</h1>

src/pages/apps/IpPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function IpPage() {
6666
<ArrowLeftIcon size={24} /> Back to Apps
6767
</Link>
6868
<h1 className="text-4xl font-bold tracking-tight sm:text-6xl mb-4 flex items-center">
69-
<span className="codex-color">codex</span>
69+
<span className="codex-color">fc</span>
7070
<span className="separator-color">::</span>
7171
<span className="apps-color">apps</span>
7272
<span className="separator-color">::</span>

src/pages/apps/WordCounterPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function WordCounterPage() {
6161
<ArrowLeftIcon size={24} /> Back to Apps
6262
</Link>
6363
<h1 className="text-4xl font-bold tracking-tight sm:text-6xl mb-4 flex items-center">
64-
<span className="codex-color">codex</span>
64+
<span className="codex-color">fc</span>
6565
<span className="separator-color">::</span>
6666
<span className="apps-color">apps</span>
6767
<span className="separator-color">::</span>

0 commit comments

Comments
 (0)