From f15764a69d106da6909bca2096a1eb379cfa5020 Mon Sep 17 00:00:00 2001 From: Adam Basha <110662505+Bashamega@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:20:56 +0300 Subject: [PATCH] fix: a11y rule "iframe-has-title" fails with a warning. (#4162) Co-authored-by: Nick Taylor --- pages/u/[username]/card.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/u/[username]/card.tsx b/pages/u/[username]/card.tsx index 2d2f3a9a3a..6fc0426d4d 100644 --- a/pages/u/[username]/card.tsx +++ b/pages/u/[username]/card.tsx @@ -143,6 +143,7 @@ export default function CardPage({ user }: { user: DbUser }) { border: "none", gridArea: "1 / 1", }} + title={`${username}'s user profile`} >