feat: add separate logo for dark mode
Use banner-bmad-method-dark.png in dark mode for better blending Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
be3718c0e7
commit
3e87edc632
|
|
@ -38,7 +38,8 @@ export default defineConfig({
|
||||||
tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.',
|
tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.',
|
||||||
|
|
||||||
logo: {
|
logo: {
|
||||||
src: './public/img/banner-bmad-method2.png',
|
light: './public/img/banner-bmad-method2.png',
|
||||||
|
dark: './public/img/banner-bmad-method-dark.png',
|
||||||
alt: 'BMAD Method',
|
alt: 'BMAD Method',
|
||||||
replacesTitle: true,
|
replacesTitle: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 335 KiB |
Loading…
Reference in New Issue