Add home link to logo
This commit is contained in:
parent
87b99f8646
commit
11dbc079be
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue