Skip to content

Commit

Permalink
Add white logo variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed May 29, 2024
1 parent 3944d8d commit ca2dcbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/design/layout/LayoutElements/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Navbar() {
>
<Stack direction="row" alignItems="center" gap={1} sx={{ pl: 0.5 }}>
<Link color="neutral" underline="none" level="h1" fontSize="xl" sx={{ color: 'common.white' }} component={NavLink} to="/">
<img src="favicon.svg" style={{ width: 24, height: 24, marginRight: 8 }} />
<img src="logo.svg" style={{ width: 24, height: 24, marginRight: 8 }} />
<Box component="span" sx={{ display: { xs: 'none', sm: 'inline' } }}>
Valkyrie
</Box>
Expand Down

0 comments on commit ca2dcbc

Please sign in to comment.