Skip to content

Commit

Permalink
Merge pull request #101 from AdVision-Group/footer-link
Browse files Browse the repository at this point in the history
add footer link
  • Loading branch information
Darken141 authored Jul 27, 2023
2 parents 0f77af8 + 517aef5 commit e22f49b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/footer/footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ const Footer = () => {
rel: 'noopener noreferrer',
target: '_blank',
},
{
label: 'Polkassets.com',
href: 'https://www.polkassets.com/project/hydradx/',
rel: 'noopener noreferrer',
target: '_blank',
},
]

const socialItems = [
Expand Down

0 comments on commit e22f49b

Please sign in to comment.