get rid of logo text

This commit is contained in:
AI Christianson 2025-02-14 13:54:02 -05:00
parent 3a30495409
commit 0dbfebe245
1 changed files with 5 additions and 1 deletions

View File

@ -34,13 +34,17 @@ const config: Config = {
themeConfig: {
navbar: {
title: 'RA-Aid',
logo: {
alt: 'Site Logo',
src: 'img/logo-black-transparent.png',
srcDark: 'img/logo-white-transparent.gif',
},
items: [
{
to: '/',
label: 'Docs',
position: 'right'
},
{
href: 'https://github.com/smallcloudai/refact-aide',
label: 'GitHub',