Skip to content

Commit

Permalink
Biome override
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Dec 10, 2024
1 parent 187be92 commit 51b4299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ const Procaptcha = (props: ProcaptchaProps) => {
>
<a
href={WIDGET_URL}
// biome-ignore lint/a11y/noBlankTarget: Biome incorrect edge case
target="_blank"
aria-label={WIDGET_URL_TEXT}
rel="noreferrer"
>
<div style={{ flex: 1 }}>
<Logo themeColor={themeColor} aria-label="Prosopo logo" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ const ProcaptchaWidget = (props: ProcaptchaProps) => {
>
<a
href={WIDGET_URL}
// biome-ignore lint/a11y/noBlankTarget: Biome incorrect edge case
target="_blank"
aria-label={WIDGET_URL_TEXT}
rel="noreferrer"
>
<div style={{ flex: 1 }}>
<Logo themeColor={themeColor} aria-label="Prosopo logo" />
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/src/CaptchaPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ export const ProcaptchaPlaceholder = ({
>
<a
href={WIDGET_URL}
// biome-ignore lint/a11y/noBlankTarget: Biome incorrect edge case
target="_blank"
aria-label={WIDGET_URL_TEXT}
rel="noreferrer"
>
<div style={{ flex: 1 }}>
<Logo themeColor={themeColor} aria-label="Prosopo logo" />
Expand Down

0 comments on commit 51b4299

Please sign in to comment.