reservoirprotocol / marketplace-v1

An open source NFT marketplace built on Reservoir.
https://www.reservoir.market
MIT License
173 stars 254 forks source link

fix noferrer -> noreferrer in HamburgerMenu.tsx #544

Closed pandurand closed 1 year ago

pandurand commented 1 year ago

Context

This bug is causing build failures when running yarn build with safeguards

#17 22.64 ./components/HamburgerMenu.tsx
#17 22.64 61:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank

Turns out there is a typo in HamburgerMenu.tsx

vercel[bot] commented 1 year ago

@pandurand is attempting to deploy a commit to the Uneven Labs Team on Vercel.

A member of the Team first needs to authorize it.

pedromcunha commented 1 year ago

Great, thank you. We'll get it merged soon.