Skip to content

Commit 6399a27

Browse files
authored
fix: logo path
* fix: fix logo to be displayed correctly both in light and dark modes * fix: fix site logo
1 parent bccc9f9 commit 6399a27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<br />
33
<p>
4-
<a href="https://wwebjs.dev"><img src="src/.vuepress/public/images/banner_logo.png" title="wwebjs.dev Guide"
4+
<a href="https://wwebjs.dev"><img src="https://github.com/wwebjs/assets/blob/main/6_Logo_Banner_Format/Mix/banner_green_green.png?raw=true" title="wwebjs.dev Guide"
55
alt="wwebjs.dev Guide" width="500" /></a>
66
</p>
77
<br />

src/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { defaultTheme } from '@vuepress/theme-default'
21
import { viteBundler } from '@vuepress/bundler-vite'
3-
import { defineUserConfig } from 'vuepress'
42
import { searchPlugin } from '@vuepress/plugin-search'
3+
import { defaultTheme } from '@vuepress/theme-default'
4+
import { defineUserConfig } from 'vuepress'
55
import { head, navbar, sidebar } from './config/index.js'
66

77
export default defineUserConfig({
@@ -20,7 +20,7 @@ export default defineUserConfig({
2020
docsBranch: 'main',
2121
docsDir: 'src',
2222
repo: 'https://github.com/pedroslopez/whatsapp-web.js',
23-
logo: '/images/banner_logo.png',
23+
logo: '/images/banner_green_green.png',
2424
colorModeSwitch: true,
2525
locales: {
2626
'/': {
26.2 KB
Loading

0 commit comments

Comments
 (0)