Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Oct 4, 2023
1 parent 7fdcdb7 commit bcf20e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/_Landing/sections/sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ function Sponsors() {
alt="Echo 3D"
className="w-[20rem] h-[4rem] sm:w-[24rem] sm:h-[5rem] md:w-[35rem] md:h-auto m-10" />

<a href="https://www.njtransit.com/hackathons" target="_blank">
<a href="https://www.njtransit.com/hackathons"
target="_blank"

Check failure on line 39 in src/components/_Landing/sections/sponsors/Sponsors.tsx

View workflow job for this annotation

GitHub Actions / build (12.x)

Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener

Check failure on line 39 in src/components/_Landing/sections/sponsors/Sponsors.tsx

View workflow job for this annotation

GitHub Actions / build (14.x)

Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener
rel="noreferrer">
<img src={nj_transit}
alt="NJ Transit"
className="w-44 h-auto m-10" />
</a>
</a>

<img src={merck}
alt="Merck"
Expand Down

0 comments on commit bcf20e6

Please sign in to comment.