Skip to content

Commit

Permalink
feat(slash): add property rel='noopener noreferrer' on Footer axa logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb authored and JLou committed Jan 7, 2025
1 parent a1cb8d3 commit 9b70e57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion slash/react/src/Layout/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ export const Footer = forwardRef<
<footer ref={ref} className={className} {...props}>
<div className="container-fluid container">
{Boolean(icon) && (
<a className="af-logo" href={href} title={title} target="blank">
<a
className="af-logo"
href={href}
title={title}
target="blank"
rel="noopener noreferrer"
>
<img className="af-logo__brand" src={icon} alt={alt} />
</a>
)}
Expand Down

0 comments on commit 9b70e57

Please sign in to comment.