We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e81a2f commit d767422Copy full SHA for d767422
client/pages/home/index.js
@@ -54,7 +54,7 @@ export default async function home() {
54
</picture>
55
<picture className='tablet'>
56
<source srcset={tabletImageWebp} type='image/webp' />
57
- <img src={tabletImageJpg} alt='Aco₹de on tablet' />
+ <img src={tabletImageJpg} alt='Acode on tablet' />
58
59
</div>
60
<div className='heading'>
0 commit comments