Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links pointing to subspace for Autonomys #32

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading