We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67df049 commit a5051faCopy full SHA for a5051fa
ui/doczrc.js
@@ -7,6 +7,7 @@ export default {
7
initialColorMode: 'dark',
8
showDarkModeSwitch: false
9
},
10
+ title: 'TS auto mock',
11
base: `/${libName}/`,
12
menu: [
13
{ name: 'Home'},
ui/src/core/logo/logo.tsx
@@ -10,5 +10,5 @@ import logoDark from './logo_dark.svg';
export function Logo(): JSX.Element {
const theme = useTheme();
const logo = theme === Theme.LIGHT ? logoLight : logoDark;
- return <img src={logo} alt={"ts auto mock logo"}/>
+ return <img src={logo} alt={"TS auto mock logo"}/>
14
}
0 commit comments