diff --git a/src/admin/games/views/html/games.page.tsx b/src/admin/games/views/html/games.page.tsx
index 7925dcf8..ff7e0361 100644
--- a/src/admin/games/views/html/games.page.tsx
+++ b/src/admin/games/views/html/games.page.tsx
@@ -1,8 +1,8 @@
import type { User } from '../../../../auth/types/user'
import { configuration } from '../../../../configuration'
-import { IconDeviceFloppy } from '../../../../html/components/icons'
import { LogsTfUploadMethod } from '../../../../shared/types/logs-tf-upload-method'
import { Admin } from '../../../views/html/admin'
+import { SaveButton } from '../../../views/html/save-button'
export async function GamesPage(props: { user: User }) {
const whitelistId = await configuration.get('games.whitelist_id')
@@ -14,7 +14,7 @@ export async function GamesPage(props: { user: User }) {
return (
- -
++ Making changes to the map pool will scramble the maps automatically. +
+
+