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 stale copy and sections #15

Merged
merged 1 commit into from
Apr 9, 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
1 change: 0 additions & 1 deletion src/data/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const footerLinks = {
{ name: "SDK", href: "https://github.com/sygmaprotocol/sygma-sdk" },
{ name: "Documentation", href: "https://docs.buildwithsygma.com/" },
{ name: "Contributor Program", href: "/contributors" },
{ name: "Builder's Program", href: "/builders-program" },
{
name: "Github",
href: "https://github.com/sygmaprotocol",
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export default function Home(props: any) {
<DevFeature2 />
<DevFeature1 />
<SlidingWords />
<ProductOverview />
<DevJourney />
<CoreFeatures />
<BuildersProgram />
Expand Down
14 changes: 0 additions & 14 deletions src/sections/DevFeature2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,6 @@ export default function DevFeature2() {
alt="Sygma's code snippet video showcasing token transfers between EVM and Substrate chains, demonstrating cross-chain interoperability in action"
/> */}
<img className="mx-auto lg:max-w-4xl" src="/transfer.gif" />
<div className="mx-auto mt-10 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://transfer-ui.test.buildwithsygma.com/transfer"
type="primary"
>
Fungible Token Transfer Demo (UI)
</GiantButton>
<GiantButton
href="https://transfer-ui.test.buildwithsygma.com/transfer"
type="primary"
>
NFT Transfer Demo (UI){" "}
</GiantButton>
</div>
<div className="mx-auto mt-2 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://docs.buildwithsygma.com/sdk/quickstart/examples/erc20/substrate-evm-example"
Expand Down
Loading