diff --git a/src/components/pages/ErrorPage.tsx b/src/components/pages/ErrorPage.tsx index 6f3c080..b81eca3 100644 --- a/src/components/pages/ErrorPage.tsx +++ b/src/components/pages/ErrorPage.tsx @@ -1,4 +1,4 @@ -import { Component, Show } from "solid-js"; +import { Component, Match, Show, Switch } from "solid-js"; const ErrorPage: Component<{ message: string }> = (props) => { const onRetryClick = () => { @@ -25,7 +25,15 @@ const ErrorPage: Component<{ message: string }> = (props) => {
Error
- {props.message} + + + The link you entered is not valid. + + + + The link you entered cannot be joined because the session is full. + +