Skip to content

Commit

Permalink
feat: add new support links
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored and ffe9f8 committed Jan 19, 2024
1 parent 927b004 commit ccc14cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const shownDescription = description || 'The Axelar Documentation tells you how
<div><a href="https://axelar.network/wp-content/uploads/2021/07/axelar_whitepaper.pdf">Whitepaper</a></div>
<div><a href="https://axelar.network/blog">Blog</a></div>
<div><a href="https://github.com/axelarnetwork">Github</a></div>
<div><a href="https://github.com/axelarnetwork/support/">Support</a></div>
</div>
<div>
<strong>Community</strong><br/>
Expand Down
5 changes: 5 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ const learnMoreCards = [
url: "/axelar_whitepaper.pdf",
icon: `<svg style="margin-right:8px;" stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z"></path></svg>`,
},
{
title: "Support",
url: "https://github.com/axelarnetwork/support",
icon: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>help-circle</title><path d="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /></svg>`,
},
{
title: "Resources",
url: "/resources",
Expand Down

1 comment on commit ccc14cf

@vercel
Copy link

@vercel vercel bot commented on ccc14cf Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.