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

Commit 9a6fb03

Browse files
fix: use correct icon for Remix framework (#811)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 33d106e commit 9a6fb03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frameworks/remix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"directory": "public"
1616
},
1717
"logo": {
18-
"default": "/logos/hugo/default.svg",
19-
"light": "/logos/hugo/light.svg",
20-
"dark": "/logos/hugo/dark.svg"
18+
"default": "/logos/remix/default.svg",
19+
"light": "/logos/remix/light.svg",
20+
"dark": "/logos/remix/dark.svg"
2121
},
2222
"env": {},
2323
"plugins": []

0 commit comments

Comments
 (0)