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 34284ec commit b561beeCopy full SHA for b561bee
src/components/Core/ShellBar.tsx
@@ -46,7 +46,7 @@ export function ShellBarComponent() {
46
startButton={
47
<div className={styles.container}>
48
<div className={styles.logoWrapper}>
49
- <img src={SapLogo} alt="" className={styles.logo} />
+ <img src={SapLogo} alt="SAP" className={styles.logo} />
50
<span className={styles.logoText}>{t('ShellBar.applicationName')}</span>
51
</div>
52
0 commit comments