Skip to content

Commit

Permalink
Update assets/scripts/components/layout/Header.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Athlani <[email protected]>
  • Loading branch information
smdsgn and alexisig authored Sep 30, 2024
1 parent cb049c4 commit 68997df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const Header = () => {
key={item.label}
href={item.url}
target={item.target}
rel={item.target === "_blank" ? "noopener noreferrer" : undefined}
rel={item.target === "_blank" && "noopener noreferrer"}
>
{item.label}
</NavLink>
Expand Down

0 comments on commit 68997df

Please sign in to comment.