mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Minor fixes missed in last change
- Woops lol
This commit is contained in:
parent
e622067230
commit
f6fbd5c931
@ -20,7 +20,7 @@ export function LoginModal(props: {
|
||||
<>
|
||||
<div className="flex flex-col items-start">
|
||||
<div className="pt-1 text-gray-800 dark:text-gray-400 text-xs">Connect to</div>
|
||||
<div className="flex text-gray-800 dark:text-gray-200 text-md font-bold items-center justify-center gap-2"><div data-connected={connectedToServer} className="py-auto text-green-400 data-[connected='true']:dark:bg-green-400 dark:bg-red-500 w-3 h-3 rounded-full"></div> 120.34.546.60:3000 </div>
|
||||
<div className="flex text-gray-800 dark:text-gray-200 text-md font-bold items-center justify-center gap-2"><div data-connected={connectedToServer} className="py-auto text-green-400 data-[connected='true']:dark:bg-green-400 dark:bg-red-500 w-3 h-3 rounded-full"></div> {window.location.toString()} </div>
|
||||
</div>
|
||||
<div className="flex flex-col items-start gap-2">
|
||||
<h1 className="text-4xl text-gray-800 dark:text-white font-bold">DCS Olympus</h1>
|
||||
@ -62,7 +62,7 @@ export function LoginModal(props: {
|
||||
}
|
||||
</div>
|
||||
<div className='flex grow'>
|
||||
Test
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</Modal >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user