Add home link to logo

This commit is contained in:
Philipinho
2024-09-01 16:24:20 +01:00
parent 87b99f8646
commit 11dbc079be

View File

@ -57,6 +57,8 @@ export function AppHeader() {
size="lg"
fw={600}
style={{ cursor: "pointer", userSelect: "none" }}
component={Link}
to="/home"
>
Docmost
</Text>