Skip to content

Commit

Permalink
fix: fix Acid.info logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 12, 2023
1 parent ddd7f17 commit 6c0e814
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export const acidInfoThemeConfig: typeof baseThemeConfig = {
...baseThemeConfig.navbar,
logo: {
alt: 'Acid.info',
src: 'theme/image/logo.svg',
src: 'theme/image/logo-black.svg',
srcDark: 'theme/image/logo.svg',
height: 26,
},
items: [],
Expand Down

0 comments on commit 6c0e814

Please sign in to comment.