Skip to content

Commit 89322e0

Browse files
a11y: remove redundant alt text from navbar logo image (#4950)
1 parent 9ae17b1 commit 89322e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const config: Config = {
411411
title: 'React Native',
412412
logo: {
413413
src: 'img/header_logo.svg',
414-
alt: 'React Native',
414+
alt: '',
415415
},
416416
style: 'dark',
417417
items: [

0 commit comments

Comments
 (0)