chore(docs): update header logo (#796)

* chore(docs): update header logo

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>

* fix: don't step on toes

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>

---------

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Tom
2026-06-02 17:42:04 -07:00
committed by GitHub
parent 0896e68882
commit 5b769b60de
3 changed files with 34 additions and 3 deletions

View File

@@ -80,10 +80,10 @@ const config: Config = {
respectPrefersColorScheme: true, respectPrefersColorScheme: true,
}, },
navbar: { navbar: {
title: 'Stoat Developers',
logo: { logo: {
alt: 'Stoat', alt: 'Stoat for Developers',
src: 'https://stoat.chat/favicon.svg', src: '/img/navbar.light.svg',
srcDark: '/img/navbar.dark.svg'
}, },
items: [ items: [
{ {

9
docs/static/img/navbar.dark.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

22
docs/static/img/navbar.light.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB