Skip to content

Commit

Permalink
fix links pointing to subspace for autonomys
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Dec 24, 2024
1 parent 835ca51 commit 3c7ee76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Feature Request
url: https://github.com/subspace/blockscout-frontend/issues
url: https://github.com/autonomys/blockscout-frontend/issues
about: Request a feature or enhancement
- name: Ask a question
url: https://forum.subspace.network
url: https://https://forum.autonomys.xyz/
about: Ask questions and discuss topics with other community members
- name: Join our Discord Server
url: https://discord.com/invite/subspace-network
about: The official Subspace Network Discord community
url: https://autonomys.xyz/discord
about: The official Autonomys Discord community
4 changes: 2 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ class MyDocument extends Document {
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg"/>
<link rel="preload" as="image" href={ svgSprite.href }/>
{ /* OG TAGS */ }
<meta property="og:title" content="Subspace Nova Explorer"/>
<meta property="og:title" content="Autonomys Auto EVM Explorer"/>
<meta
property="og:description"
// eslint-disable-next-line max-len
content="Subspace Labs Gemini Nova Block Explorer"
content="Autonomys Network Auto EVM Explorer"
/>
<meta property="og:image" content={ config.app.baseUrl + '/static/og.png' }/>
<meta property="og:site_name" content="Blockscout"/>
Expand Down
12 changes: 6 additions & 6 deletions ui/snippets/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,37 @@ const Footer = () => {
icon: 'edit' as const,
iconSize: '16px',
text: 'Submit an issue',
url: 'https://github.com/subspace/blockscout-frontend/issues',
url: 'https://github.com/autonomys/blockscout-frontend/issues',
},
{
icon: 'social/canny' as const,
iconSize: '20px',
text: 'Feature request',
url: 'https://github.com/subspace/blockscout-frontend/issues',
url: 'https://github.com/autonomys/blockscout-frontend/issues',
},
{
icon: 'social/git' as const,
iconSize: '18px',
text: 'Contribute',
url: 'https://github.com/subspace',
url: 'https://github.com/autonomys',
},
{
icon: 'social/tweet' as const,
iconSize: '18px',
text: 'Twitter',
url: 'https://twitter.com/NetworkSubspace',
url: 'https://twitter.com/AutonomysNet',
},
{
icon: 'social/discord' as const,
iconSize: '24px',
text: 'Discord',
url: 'https://discord.com/invite/subspace-network',
url: 'https://autonomys.xyz/discord',
},
{
icon: 'discussions' as const,
iconSize: '20px',
text: 'Discussions',
url: 'https://forum.subspace.network/',
url: 'https://forum.autonomys.xyz/',
},
{
icon: 'donate' as const,
Expand Down

0 comments on commit 3c7ee76

Please sign in to comment.