update: fix logo rendering issue

This commit is contained in:
ZanzyTHEbar 2023-01-06 19:10:58 +00:00
parent 219ff5361b
commit a48b12a8c4
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { type ThemeConfig } from "../../static/types/interfaces"
const theme: ThemeConfig = {
logo: {
src: '/EyeTrackVRFinalLogoNoBG.png',
src: '/logo.svg',
alt: 'EyeTrackVR Logo',
},
siteTitle: 'EyeTrackVR Docs',

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB