diff --git a/frontend/src/assets/Icons.tsx b/frontend/src/assets/Icons.tsx index daa22eb..fefe834 100644 --- a/frontend/src/assets/Icons.tsx +++ b/frontend/src/assets/Icons.tsx @@ -104,20 +104,6 @@ export const SvgCopyAll: Component> = (props) => ( ); -export const SvgOpenInNew: Component> = (props) => ( - - - - -); - export const SvgNavigateBefore: Component> = (props) => ( = (props) => { const ipPort = () => `${props.match.gameServer.ip}:${props.match.gameServer.port}`; - const steamUrl = () => `steam://connect/${ipPort()}/${props.match.serverPassword}`; const command = () => (props.match.serverPassword ? `password "${props.match.serverPassword}"; ` : '') + `connect ${ipPort()}`; @@ -18,10 +17,6 @@ export const GameServerCard: Component<{

{t('Game Server')}

- - {steamUrl()} - -
{command()}