Skip to content

Commit

Permalink
Merge pull request #13 from ohcnetwork/change-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish authored Sep 8, 2024
2 parents 6834cf6 + 4d80228 commit a8d5eab
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Commit/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function Intro() {
<div>
<Link href="/">
<Image
src="/ohc_logo_white.png"
src="/ohc_logo_white.svg"
alt="Open Healthcare Network"
width={160}
height={40}
Expand Down
2 changes: 1 addition & 1 deletion components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default function Header(props: { fixed?: boolean }) {
<Link href="/" className="">
<span className="sr-only">Open Healthcare Network</span>
<Image
src="/ohc_logo_white.png"
src="/ohc_logo_white.svg"
alt=""
width={125}
height={40}
Expand Down
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

Binary file removed public/ohc_logo_full.png
Binary file not shown.
Binary file removed public/ohc_logo_white.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/ohc_logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

0 comments on commit a8d5eab

Please sign in to comment.