diff --git a/src/components/WelcomeModal.tsx b/src/components/WelcomeModal.tsx index 92a610c..748f74c 100644 --- a/src/components/WelcomeModal.tsx +++ b/src/components/WelcomeModal.tsx @@ -9,6 +9,7 @@ import { import LufraiLogo from "~icons/custom/lufrai-logo"; import AppIcon from "~icons/custom/icon"; import ExternalLinkIcon from "~icons/carbon/launch"; +import WarningIcon from "~icons/carbon/warning-alt-filled"; import LaunchIcon from "~icons/carbon/edit"; import Modal, { ModalCloseButton } from "./Modal"; import { LocalStoreContext } from "~/stores"; @@ -98,7 +99,9 @@ const WelcomeModal: Component = (props) => { return ( - setLocalState("showWelcome", false)} /> +
@@ -299,7 +302,7 @@ const WelcomeModal: Component = (props) => {
{
+
+ Bitte verwende einen Laptop oder Computer! +
Version: {__APP_VERSION__}