Skip to content

Commit add3ff6

Browse files
committed
chore: terminal is now fezminal
1 parent 533e07a commit add3ff6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/RetroTerminalPage.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const BootScreen = ({ onComplete, initAudio }) => {
152152
<div className="text-3xl font-black italic">L</div>
153153
</div>
154154
<h1 className="text-2xl tracking-[0.5em] font-bold uppercase">
155-
Lumon
155+
Fezminal
156156
</h1>
157157
</div>
158158
)}
@@ -597,7 +597,7 @@ const Workstation = ({
597597
const [terminalHistory, setTerminalHistory] = useState([
598598
{
599599
timestamp: new Date().toLocaleTimeString(),
600-
response: "WELCOME TO LUMON OS v2.0.26. TYPE 'HELP' FOR INSTRUCTIONS.",
600+
response: "WELCOME TO FEZMINAL OS v2.0.26. TYPE 'HELP' FOR INSTRUCTIONS.",
601601
},
602602
]);
603603
const [isTerminalMinimized, setIsTerminalMinimized] = useState(false);
@@ -1071,7 +1071,7 @@ const Workstation = ({
10711071
System Config
10721072
</h2>
10731073
<p className="text-[#80a0a0] max-w-md mb-8">
1074-
User customization is restricted by Lumon Compliance Standards. Please
1074+
User customization is restricted by Fezminal Compliance Standards. Please
10751075
contact your department head for ergonomic adjustments.
10761076
</p>
10771077
<div className="flex gap-4">
@@ -1102,7 +1102,7 @@ const Workstation = ({
11021102
<aside className="w-64 bg-[#001014] border-r border-[#00333b] flex flex-col z-20 shrink-0">
11031103
<div className="p-6 border-b border-[#00333b]">
11041104
<h1 className="text-2xl font-black italic tracking-widest text-[#4fffa8] mb-1">
1105-
Lumon
1105+
Fezminal
11061106
</h1>
11071107
<div className="text-[9px] uppercase tracking-[0.2em] text-[#005f6b]">
11081108
Workstation 492-E
@@ -1207,7 +1207,7 @@ const Workstation = ({
12071207
<div className="text-xs uppercase tracking-[0.2em] font-bold">
12081208
{selectedFile
12091209
? `Viewing: ${selectedFile.title || selectedFile.name}`
1210-
: 'LUMON INDUSTRIES // WORKSTATION'}
1210+
: 'FEZMINAL INDUSTRIES // WORKSTATION'}
12111211
</div>
12121212
</div>
12131213

0 commit comments

Comments
 (0)