Proper handling of non existing project page

This commit is contained in:
Jaby 2025-03-11 20:49:37 +01:00
parent 2317bd9b29
commit c5386eccd5
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ export enum State {
component ProjectWidget inherits Rectangle {
Text {
text: "!!Planschbecken!!";
text: "Projects not supported yet";
color: #FF0000;
font-size: 30pt;
font-weight: 800;
}
}