Skip to content

Commit

Permalink
remove noreferrer
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Nov 25, 2024
1 parent f886a5f commit 86dbf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/AddChainSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const AddChainSection: React.FC = () => {
<Link
href="https://github.com/blockscout/chainscout?tab=readme-ov-file#contributing"
target="_blank"
rel="noopener noreferrer"
rel="noopener"
className="flex items-center h-[34px] border border-[#2563eb] text-[13px] text-[#2563eb] font-semibold px-3 rounded-lg hover:opacity-75 transition-opacity duration-[400ms]"
>
Add your Chain
Expand Down
2 changes: 1 addition & 1 deletion components/ChainCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function ChainCard({
{ href: url, text: 'Blockscout Explorer' },
].map(({ href, text }, index, array) => (
<>
<Link href={href} className="group/link flex items-center justify-between py-3" target="_blank" rel="noopener noreferrer">
<Link href={href} className="group/link flex items-center justify-between py-3" target="_blank" rel="noopener">
<span className="text-sm font-medium text-black group-hover/link:text-blue-600 transition-colors duration-[400ms]">
{text}
</span>
Expand Down

0 comments on commit 86dbf8a

Please sign in to comment.