Skip to content

Commit

Permalink
Fix github logo light/dark mode. (#6)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a05cb4)
  • Loading branch information
Kuinox authored Sep 26, 2023
1 parent 1514f60 commit 42cdafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generateAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const shortLogo = {
dark: "https://raw.githubusercontent.com/Draco-lang/Language-suggestions/main/Resources/Logo-Short-Inverted.svg"
};
const githubLogo = {
light: "prebuild_assets/github-mark-white.svg",
dark: "prebuild_assets/github-mark.svg"
light: "prebuild_assets/github-mark.svg",
dark: "prebuild_assets/github-mark-white.svg"
};
const emojis = [];

Expand Down

0 comments on commit 42cdafa

Please sign in to comment.