Skip to content

Commit 0d3f1eb

Browse files
committed
feat: update app header branding and resolve merge conflicts
1 parent beb7d38 commit 0d3f1eb

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

apps/client/src/components/layouts/global/app-header.tsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,16 @@ export function AppHeader() {
8585
/>
8686
</Tooltip>
8787

88-
<Text
89-
size="lg"
90-
fw={600}
91-
style={{ cursor: "pointer", userSelect: "none", display: 'flex', alignItems: 'center' }}
92-
component={Link}
93-
to="/home"
94-
>
95-
<img className="text-center" alt="editor" src={chipLogo} width="30%" />
96-
</Text>
88+
<Link to="/home" className={classes.brand} aria-label="Docmost">
89+
<Box className={classes.brandIcon}>
90+
<img
91+
src={chipLogo}
92+
alt="Docmost"
93+
height={24}
94+
style={{ width: "auto" }}
95+
/>
96+
</Box>
97+
</Link>
9798

9899
<Group ml={50} gap={5} className={classes.links} visibleFrom="sm">
99100
{items}

0 commit comments

Comments
 (0)