fix: Remove redundant focus stop within status (#35037)

This commit is contained in:
diondiondion 2025-06-13 18:47:02 +02:00 committed by GitHub
commit ed4788a342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 62 additions and 42 deletions

View file

@ -10,6 +10,6 @@ export const ContentWarning: React.FC<{
onClick={onClick}
variant={BannerVariant.Warning}
>
<p dangerouslySetInnerHTML={{ __html: text }} />
<span dangerouslySetInnerHTML={{ __html: text }} />
</StatusBanner>
);