Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit f15764a

Browse files
fix: a11y rule "iframe-has-title" fails with a warning. (#4162)
Co-authored-by: Nick Taylor <[email protected]>
1 parent e576210 commit f15764a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/u/[username]/card.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export default function CardPage({ user }: { user: DbUser }) {
143143
border: "none",
144144
gridArea: "1 / 1",
145145
}}
146+
title={`${username}'s user profile`}
146147
></iframe>
147148
</div>
148149
<a className="absolute w-full h-full grid place-content-center z-20" href={`/u/${username}`}>

0 commit comments

Comments
 (0)