Skip to content

Commit

Permalink
Fix alt texts
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Apr 14, 2024
1 parent 2a08a14 commit 2524914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function HomePage() {
image={
<Image
src={WorkerPopupSrc}
alt={'An image of the transcribee popup showing the automatic transcription status'}
alt={'A screenshot showing a popup with the automatic transcription status'}
className="rounded-md w-[530px] px-10"
/>
}
Expand All @@ -36,7 +36,7 @@ export default function HomePage() {
image={
<Image
src={ExportSrc}
alt={'An image of the transcribee popup showing the automatic transcription status'}
alt={'A screenshot showing a modal with the export options'}
className="rounded-md w-[480px] px-10"
/>
}
Expand All @@ -54,7 +54,7 @@ export default function HomePage() {
}
width={1200}
height={600}
alt={'An image of the transcribee popup showing the automatic transcription status'}
alt={'An image showing the transcribee GitHub repository statistics'}
className="rounded-md w-[530px] shadow-[0px_4px_20px_rgba(0,0,0,0.15)]"
/>
</a>
Expand Down

0 comments on commit 2524914

Please sign in to comment.