From 22a35af6b683e94fa450241179689e4352f31daa Mon Sep 17 00:00:00 2001 From: G4mingJon4s Date: Wed, 14 Sep 2022 15:59:55 +0200 Subject: [PATCH] Added hover style change for better recognition --- src/Terminal/ui/TerminalRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terminal/ui/TerminalRoot.tsx b/src/Terminal/ui/TerminalRoot.tsx index 7e510f83a..a59ff4703 100644 --- a/src/Terminal/ui/TerminalRoot.tsx +++ b/src/Terminal/ui/TerminalRoot.tsx @@ -125,7 +125,7 @@ export function TerminalRoot({ terminal, router, player }: IProps): React.ReactE paragraph={false} onClick={() => terminal.connectToServer(player, item.hostname)} > - {item.hostname} + {item.hostname} )}