mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 02:11:16 +10:00
Add home link to logo
This commit is contained in:
@ -57,6 +57,8 @@ export function AppHeader() {
|
|||||||
size="lg"
|
size="lg"
|
||||||
fw={600}
|
fw={600}
|
||||||
style={{ cursor: "pointer", userSelect: "none" }}
|
style={{ cursor: "pointer", userSelect: "none" }}
|
||||||
|
component={Link}
|
||||||
|
to="/home"
|
||||||
>
|
>
|
||||||
Docmost
|
Docmost
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user