Skip to content

Commit

Permalink
Merge pull request #342 from ryohey/fix-logo
Browse files Browse the repository at this point in the history
Fix logo not found
  • Loading branch information
ryohey committed Apr 29, 2024
2 parents ac2fc9d + e530fa9 commit a725d31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/community/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { observer } from "mobx-react-lite"
import { FC } from "react"
import { Link } from "wouter"
import { Localized } from "../../components/Localized"
import LogoWhite from "../images/logo-white.svg"
import { UserButton } from "./UserButton"

const Container = styled.div`
Expand Down Expand Up @@ -67,7 +68,7 @@ export const Navigation: FC = observer(() => {
<Container>
<LogoWrapper>
<Link href="/home">
<img src="logo-white.svg" style={{ height: "1.7rem" }} />
<LogoWhite width={null} height={28} viewBox="16 0 449 120" />
</Link>
</LogoWrapper>
<Right>
Expand Down
14 changes: 14 additions & 0 deletions src/community/images/logo-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a725d31

Please sign in to comment.