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

Remove broken links #104

Merged
merged 1 commit into from
Nov 20, 2024
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
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ const nextConfig = {
destination: 'https://pages.near.org/validators',
permanent: true,
},
{
source: '/open-web-applications',
destination: 'https://dev.near.org/applications',
permanent: false,
},

// Handle dynamic widget/component path redirects:

Expand Down
15 changes: 15 additions & 0 deletions public/images/chain-abstraction/validators/signetwork.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ const sections = [
title: 'Chain Abstraction',
url: '/chain-abstraction',
},
{
title: 'Open Web Applications',
url: '/open-web-applications',
},
{
title: 'Onboarding',
url: '/fast-auth-and-relayers',
Expand Down
5 changes: 0 additions & 5 deletions src/components/navigation/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ export const navigationCategories = [
url: '/chain-abstraction',
icon: 'ph-user-focus ph-bold',
},
{
title: 'Open Web Applications',
url: '/open-web-applications',
icon: 'ph-globe-simple ph-bold',
},
{
title: 'Onboarding',
url: '/fast-auth-and-relayers',
Expand Down
34 changes: 4 additions & 30 deletions src/components/pages/ChainAbstraction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { LogoLinks } from '../LogoLinks';

const validators = [
{
height: '26px',
image: '/images/chain-abstraction/validators/pagoda.png',
name: 'Pagoda',
url: 'https://www.pagoda.co/',
height: '30px',
image: '/images/chain-abstraction/validators/signetwork.svg',
name: 'Sig Network',
url: 'https://sig.network/',
},

{
Expand Down Expand Up @@ -152,14 +152,6 @@ const learnItems = [
url: 'https://docs.near.org/build/chain-abstraction/chain-signatures',
target: '_blank',
},
{
name: 'Multichain Gas Relayer',
description:
'How the Multichain Gas Relayer enables gas abstraction for Chain Signatures products and their users.',
icon: 'ph-book-open-text',
url: 'https://docs.near.org/build/chain-abstraction/multichain-gas-relayer/getting-started',
target: '_blank',
},
];

const mediaItems = [
Expand Down Expand Up @@ -320,24 +312,6 @@ export const ChainAbstraction = () => {
Control any externally owned account (EOA) on any chain from a single NEAR account
</Text>
</Flex>

<Flex stack>
<Text size="text-l" color="white" weight="600">
Gas Abstraction
</Text>

<Text color="white" size="text-s">
The{' '}
<a
style={{ color: '#fff', fontWeight: 600, textDecoration: 'underline' }}
href="https://docs.near.org/build/chain-abstraction/multichain-gas-relayer/overview"
target="_blank"
>
Multichain Gas Relayer
</a>{' '}
eliminates the need for users to acquire native gas tokens separately when making cross-chain transactions
</Text>
</Flex>
</Grid>
</Section>

Expand Down
6 changes: 0 additions & 6 deletions src/components/pages/DataAvailability.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ const web3Teams2 = [
image: returnImageSrc(images.logos.caldera),
height: '28px',
},
{
url: 'https://docs.dymension.xyz/build/adv-guide/roller-adv/da-light-client',
name: 'Dymension',
image: returnImageSrc(images.logos.dymension),
height: '28px',
},
{
url: 'https://www.zeeve.io/blog/zeeve-raas-partners-with-near-da-to-power-ethereum-rollup-builders-with-efficient-data-availability',
name: 'Zeeve',
Expand Down
Loading