diff --git a/app/src/components/Title.tsx b/app/src/components/Title.tsx index 527dc76..7fa5241 100644 --- a/app/src/components/Title.tsx +++ b/app/src/components/Title.tsx @@ -3,7 +3,7 @@ export default function Title({ text }: { text: string }) {

- {text ? text : "Default title"} + {text}