Fix typo in home route

This commit is contained in:
Pierre HUBERT 2025-05-02 18:18:36 +02:00
parent caf61fc21a
commit 1b3ce1a98d

View File

@ -75,7 +75,7 @@ export function HomeRoute(): React.ReactElement {
justifyContent: "center", justifyContent: "center",
}} }}
> >
Dasbhoard is hidden when public mode is enabled. Dashboard is hidden when public mode is enabled.
</Typography> </Typography>
) : ( ) : (
<AsyncWidget <AsyncWidget