Skip to content

Commit

Permalink
Merge pull request #12 from sygmaprotocol/cindy/update-links
Browse files Browse the repository at this point in the history
Update links
  • Loading branch information
sweetpea22 authored Aug 11, 2023
2 parents f4b64ff + b91e727 commit 3cebf39
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
Binary file added public/socials/Youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/socials/transport.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import '@/styles/globals.css';
import type { AppProps } from 'next/app';
import { Inter_Tight } from "next/font/google";
const interTight = Inter_Tight({ subsets: ["latin"] });
import Script from 'next/script';

export default function App({ Component, pageProps }: AppProps) {
return (
Expand Down
4 changes: 2 additions & 2 deletions src/sections/DevFeature1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export default function DevFeature1() {
</div>
<img
className="mx-auto lg:max-w-4xl"
src="/transfer.gif"
src="/data.gif"
alt="Sygma's code snippet video demonstrating the power of general message passing for cross-chain communication, enabling seamless transfer of arbitrary data between different blockchain networks"
/>
<div className="mx-auto mt-10 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://docs.buildwithsygma.com/sdk/quickstart/gmp"
href="https://docs.buildwithsygma.com/sdk/quickstart/install"
type="primary"
>
Quick-Start Guide
Expand Down
2 changes: 1 addition & 1 deletion src/sections/DevFeature2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function DevFeature2() {
</GiantButton>
<GiantButton
type="secondary"
href="https://docs.buildwithsygma.com/sdk/examples/node-js-example"
href="https://docs.buildwithsygma.com/sdk/examples/evm-example"
>
Sending EVM Transfers (CLI){" "}
</GiantButton>
Expand Down
5 changes: 5 additions & 0 deletions src/sections/SocialBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const socials = [
imageUrl: "/socials/Linkedin.png",
url: "https://www.linkedin.com/company/buildwithsygma",
},
{
name: "Youtube",
imageUrl: "/socials/Youtube.png",
url: "https://www.youtube.com/@buildwithsygma",
},
];

export default function SocialBanner() {
Expand Down

0 comments on commit 3cebf39

Please sign in to comment.