From bd8d9a85bbbe279f977b14a27fe5ddcd66d82717 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:19:48 +0300 Subject: [PATCH] fix(SetupView): font issue and branding --- src/components/views/SetupView.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/views/SetupView.tsx b/src/components/views/SetupView.tsx index 7b7eba7..f4cc9e4 100644 --- a/src/components/views/SetupView.tsx +++ b/src/components/views/SetupView.tsx @@ -277,7 +277,7 @@ const SetupView: React.FC = ({ onComplete }) => { {currentStep === 0 && (

- Welcome to Emerald Legacy + Welcome to Emerald Launcher

Let's configure your launcher

@@ -289,7 +289,7 @@ const SetupView: React.FC = ({ onComplete }) => { value={tempUsername} onChange={(e) => setTempUsername(e.target.value)} onFocus={() => setFocusIndex(0)} - className={`w-full px-4 py-3 bg-black/50 border-2 font-bold focus:outline-none transition-colors ${focusIndex === 0 ? "border-yellow-400" : "border-white"}`} + className={`w-full px-4 py-3 bg-black/50 border-2 focus:outline-none transition-colors ${focusIndex === 0 ? "border-yellow-400" : "border-white"}`} placeholder="Enter your username" maxLength={16} autoFocus @@ -306,8 +306,8 @@ const SetupView: React.FC = ({ onComplete }) => {

{runtimeAlreadyInstalled - ? "Emerald Legacy compatibility runtime is already installed" - : "Emerald Legacy needs compatibility runtime for macOS" + ? "Emerald compatibility runtime is already installed" + : "Emerald needs compatibility runtime for macOS" }

@@ -454,7 +454,7 @@ const SetupView: React.FC = ({ onComplete }) => {

Discord Rich Presence

-

Show your Emerald Legacy status on Discord

+

Show your Emerald Launcher status on Discord

-

Emerald Legacy is now configured and ready to use!

+

Emerald Launcher is now configured and ready to use!

)}