diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 15fba25..2c4d0da 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -127,7 +127,7 @@ export default function Home() { const titleMemo = createMemo( () => - (state.positions.length > 0 && `(${state.positions.length}) `) + + (state.positions.length > 0 ? `(${state.positions.length}) ` : "") + "Räppli" + (state.project.projectNumber.length ? ` - ${state.project.projectNumber}`