Skip to content

Commit b561bee

Browse files
committed
add alt text
1 parent 34284ec commit b561bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Core/ShellBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function ShellBarComponent() {
4646
startButton={
4747
<div className={styles.container}>
4848
<div className={styles.logoWrapper}>
49-
<img src={SapLogo} alt="" className={styles.logo} />
49+
<img src={SapLogo} alt="SAP" className={styles.logo} />
5050
<span className={styles.logoText}>{t('ShellBar.applicationName')}</span>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)