Skip to content

Commit

Permalink
noreferrer
Browse files Browse the repository at this point in the history
  • Loading branch information
parteekcoder committed Feb 2, 2024
1 parent 00eef55 commit 5d8bf09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Hero/HeroSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function HeroSection() {
<div className="relative cursor-pointer w-44 sm:w-60 sm:h-50 h-20" onClick={() =>
window.open(
"https://discord.com/invite/9ZdMjnqt",
"_blank"
"_blank",
'noreferrer'
)
}>
<Image
Expand Down

0 comments on commit 5d8bf09

Please sign in to comment.