Skip to content

Commit d767422

Browse files
committed
fix(home): correct typo in alt attribute for tablet image
1 parent 4e81a2f commit d767422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pages/home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default async function home() {
5454
</picture>
5555
<picture className='tablet'>
5656
<source srcset={tabletImageWebp} type='image/webp' />
57-
<img src={tabletImageJpg} alt='Aco₹de on tablet' />
57+
<img src={tabletImageJpg} alt='Acode on tablet' />
5858
</picture>
5959
</div>
6060
<div className='heading'>

0 commit comments

Comments
 (0)