Skip to content

Commit

Permalink
Add aria label to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
monachilada committed Aug 7, 2024
1 parent 5e5ff99 commit 3ad3446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dito/app/routes/unterstuetzung.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function Index() {
<iframe
src={support.specificSupport.iframe}
title={support.specificSupport.title}
aria-label={support.specificSupport.title}
className={`w-full mt-32 transition-all duration-700 ${isAppointmentsVisible ? "h-[600px]" : "h-0"}`}
></iframe>
</Container>
Expand Down

0 comments on commit 3ad3446

Please sign in to comment.