diff --git a/src/client/src/index.js b/src/client/src/index.js
index 4e90d2d..f1b1afc 100644
--- a/src/client/src/index.js
+++ b/src/client/src/index.js
@@ -4,8 +4,8 @@ import "./index.css";
import App from "./frontpage.js";
ReactDOM.render(
-
+ <>
- ,
+ >,
document.getElementById("root")
);
diff --git a/src/client/src/managetournament.js b/src/client/src/managetournament.js
index 2233a68..c527226 100644
--- a/src/client/src/managetournament.js
+++ b/src/client/src/managetournament.js
@@ -6,7 +6,7 @@ import SaveButton from "./components/savebutton";
function ManageTournament(props) {
return (
-
+ <>
-
+ >
);
}
@@ -59,13 +59,13 @@ function InviteButton(props) {
//navigator.clipboard.writeText("discord.gg/asura")
export default function TournamentManager() {
return (
-
+ <>
-
+ >
);
}