feat: update header logos for light and dark modes
- Light mode: bmad-light.png (dark blue background with lightning) - Dark mode: bmad-dark.png (light background variant) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3e87edc632
commit
8c55aea004
|
|
@ -38,8 +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: {
|
||||||
light: './public/img/banner-bmad-method2.png',
|
light: './public/img/bmad-light.png',
|
||||||
dark: './public/img/banner-bmad-method-dark.png',
|
dark: './public/img/bmad-dark.png',
|
||||||
alt: 'BMAD Method',
|
alt: 'BMAD Method',
|
||||||
replacesTitle: true,
|
replacesTitle: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue