Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Dec 10, 2024
1 parent de792fc commit 187be92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const Procaptcha = (props: ProcaptchaProps) => {
href={WIDGET_URL}
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 @@ -148,6 +148,7 @@ const ProcaptchaWidget = (props: ProcaptchaProps) => {
href={WIDGET_URL}
target="_blank"
aria-label={WIDGET_URL_TEXT}
rel="noreferrer"
>
<div style={{ flex: 1 }}>
<Logo themeColor={themeColor} aria-label="Prosopo logo" />
Expand Down
1 change: 1 addition & 0 deletions packages/web-components/src/CaptchaPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const ProcaptchaPlaceholder = ({
href={WIDGET_URL}
target="_blank"
aria-label={WIDGET_URL_TEXT}
rel="noreferrer"
>
<div style={{ flex: 1 }}>
<Logo themeColor={themeColor} aria-label="Prosopo logo" />
Expand Down
3 changes: 1 addition & 2 deletions packages/web-components/src/WidgetConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
export const WIDGET_URL =
"https://prosopo.io";
export const WIDGET_URL = "https://prosopo.io";
export const WIDGET_URL_TEXT =
"Visit prosopo.io to learn more about the service and its accessibility options.";
export const WIDGET_INNER_HEIGHT = 74;
Expand Down

0 comments on commit 187be92

Please sign in to comment.