From 57c891bfdf40510e6c6913b9a4ba10e2a82a1695 Mon Sep 17 00:00:00 2001 From: Josue Date: Fri, 11 Jun 2021 16:06:24 -0400 Subject: [PATCH] refactor: add anchors to list items in server list --- striker-ui/components/Servers.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/striker-ui/components/Servers.tsx b/striker-ui/components/Servers.tsx index 353c3789..1d63ba87 100644 --- a/striker-ui/components/Servers.tsx +++ b/striker-ui/components/Servers.tsx @@ -256,6 +256,8 @@ const Servers = ({ anvil }: { anvil: AnvilListItem[] }): JSX.Element => { button className={classes.button} key={server.server_uuid} + component="a" + href={`/server/${server.server_uuid}`} > {showCheckbox && (