Skip to content

Commit a5051fa

Browse files
martinjlowmuittorio
authored andcommitted
chore(ui): Adjust the project name on the docz pages
1 parent 67df049 commit a5051fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/doczrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default {
77
initialColorMode: 'dark',
88
showDarkModeSwitch: false
99
},
10+
title: 'TS auto mock',
1011
base: `/${libName}/`,
1112
menu: [
1213
{ name: 'Home'},

ui/src/core/logo/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import logoDark from './logo_dark.svg';
1010
export function Logo(): JSX.Element {
1111
const theme = useTheme();
1212
const logo = theme === Theme.LIGHT ? logoLight : logoDark;
13-
return <img src={logo} alt={"ts auto mock logo"}/>
13+
return <img src={logo} alt={"TS auto mock logo"}/>
1414
}

0 commit comments

Comments
 (0)