Skip to content

Commit aafa31a

Browse files
avivkellerCopilot
andauthored
Update src/generators/web/ui/components/NavBar.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9b99123 commit aafa31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/web/ui/components/NavBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default () => {
2828
/>
2929
<a
3030
href={`https://github.com/${repository}`}
31-
aria-label={repository}
31+
aria-label={`View ${repository} on GitHub`}
3232
className={styles.ghIconWrapper}
3333
>
3434
<GitHubIcon />

0 commit comments

Comments
 (0)