diff --git a/src/client/src/FrontPage.js b/src/client/src/FrontPage.js
index ed56948..74025ae 100644
--- a/src/client/src/FrontPage.js
+++ b/src/client/src/FrontPage.js
@@ -14,6 +14,8 @@ import KeyboardDoubleArrowUpIcon from '@mui/icons-material/KeyboardDoubleArrowUp
import EditIcon from '@mui/icons-material/Edit';
import EmojiEventsIcon from '@mui/icons-material/EmojiEvents';
+let isLoggedIn = true;
+
function CreateButton(props) {
return (
@@ -111,11 +113,13 @@ function TournamentListItem(props) {
-
+ { isLoggedIn ?
+
}>Edit Tournament
-
+ : null
+ }