Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix: use correct icon for Remix framework (#811)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
nielsdB97 and kodiakhq[bot] authored Oct 18, 2022
1 parent 33d106e commit 9a6fb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frameworks/remix.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"directory": "public"
},
"logo": {
"default": "/logos/hugo/default.svg",
"light": "/logos/hugo/light.svg",
"dark": "/logos/hugo/dark.svg"
"default": "/logos/remix/default.svg",
"light": "/logos/remix/light.svg",
"dark": "/logos/remix/dark.svg"
},
"env": {},
"plugins": []
Expand Down

0 comments on commit 9a6fb03

Please sign in to comment.