Skip to content

Commit

Permalink
Simplifying outgoing links
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Dec 10, 2024
1 parent daad137 commit de792fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ 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,7 +148,6 @@ 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: 0 additions & 1 deletion packages/web-components/src/CaptchaPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ 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
2 changes: 1 addition & 1 deletion packages/web-components/src/WidgetConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
export const WIDGET_URL =
"https://prosopo.io/?ref=prosopo.io&amp;utm_campaign=widget&amp;utm_medium=checkbox#features";
"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 de792fc

Please sign in to comment.