Skip to content

Commit

Permalink
Update Typo in Logo alt
Browse files Browse the repository at this point in the history
  • Loading branch information
kayaelle authored and alexfigtree committed Sep 12, 2024
1 parent 86aa8d3 commit d771961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/BottomBar/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const BottomBar = ({isDark}: BottomBarProps) => {
<a href='https://digitalcredentials.mit.edu/'>
<img
src={isDark ? '/DarkModeLogo.png' : '/LightModeLogo.png'}
alt='Digital Credenials Consortium logo'
alt='Digital Credentials Consortium logo'
className={styles.logo}
/>
</a>
Expand All @@ -31,4 +31,4 @@ export const BottomBar = ({isDark}: BottomBarProps) => {
<p className={styles.version}>VerifierPlus Version {getVersionNumber()}</p>
</footer>
)
}
}

0 comments on commit d771961

Please sign in to comment.