Skip to content

Commit

Permalink
Change links
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jan 12, 2024
1 parent 0b868c4 commit 8f3c245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const navigation = {
},
],
reach: [
{ name: 'General', href: 'https://share.hsforms.com/1DrMrWob7QM-C2RRL7HW0hQ4kcdm' },
{ name: 'General', href: 'https://github.com/ChainSafe/forest/discussions' },
{ name: 'Security', href: 'mailto:[email protected]' }],
social: [

Expand Down
2 changes: 1 addition & 1 deletion src/sections/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Hero() {
<h3 className='md:max-w-[500px] mt-3 text-2xl text-neutral-400 '>Run Forest to access Filecoin, the decentralized storage network.</h3>
<div className="py-4 flex flex-col md:mt-0 md:flex-row items-center">
<Link smooth offset={40} className="btn-link border-brand-400 text-brand-400" to="download">Download</Link>
<a href="https://share.hsforms.com/1DrMrWob7QM-C2RRL7HW0hQ4kcdm" target="_blank" rel="noopener noreferrer" className='btn-link border-gray-700 text-neutral-200' >Reach the Team</a>
<a href="https://github.com/ChainSafe/forest/discussions" target="_blank" rel="noopener noreferrer" className='btn-link border-gray-700 text-neutral-200' >Reach the Team</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8f3c245

Please sign in to comment.