diff --git a/front/src/Components/Menu/MenuIcon.svelte b/front/src/Components/Menu/MenuIcon.svelte index 90248115..9d3f72dd 100644 --- a/front/src/Components/Menu/MenuIcon.svelte +++ b/front/src/Components/Menu/MenuIcon.svelte @@ -7,8 +7,8 @@ import { chatVisibilityStore } from "../../Stores/ChatStore"; import { limitMapStore } from "../../Stores/GameStore"; import { get } from "svelte/store"; - import {ADMIN_URL} from "../../Enum/EnvironmentVariable"; - import {showShareLinkMapModalStore} from "../../Stores/ModalStore"; + import { ADMIN_URL } from "../../Enum/EnvironmentVariable"; + import { showShareLinkMapModalStore } from "../../Stores/ModalStore"; function showMenu() { menuVisiblilityStore.set(!get(menuVisiblilityStore)); @@ -18,7 +18,7 @@ } function register() { - window.open(`${ADMIN_URL}/second-step-register`, '_self'); + window.open(`${ADMIN_URL}/second-step-register`, "_self"); } function showInvite() { showShareLinkMapModalStore.set(true); diff --git a/front/src/Components/Modal/LimitRoomModal.svelte b/front/src/Components/Modal/LimitRoomModal.svelte index 8fb6c09f..43941a6b 100644 --- a/front/src/Components/Modal/LimitRoomModal.svelte +++ b/front/src/Components/Modal/LimitRoomModal.svelte @@ -1,18 +1,20 @@ -
Register your account!
-This map is limited in the time and to continue to use WorkAdventure, you must register your account in our back office.
++ This map is limited in the time and to continue to use WorkAdventure, you must register your account in our + back office. +