Skip to content

Commit

Permalink
refactor(landingpage): display github invertocat as svg instead of png (
Browse files Browse the repository at this point in the history
#1043)

refactor: display github invertocat as svg instead of png
  • Loading branch information
TobiasHeimGalindo authored Aug 17, 2023
1 parent 7a383cf commit 9804bec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function HeaderDesktop() {
>
<Image
className={styles.githubImage}
src={`/github-logo.png`}
src={`/github-logo.svg`}
alt="Github Logo"
width={30}
height={30}
Expand Down
Binary file removed packages/landingpage/public/github-logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions packages/landingpage/public/github-logo.svg
Loading
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 9804bec

Please sign in to comment.