From d69a343bb097cbd0c3a9a1fd32ea278aed017afc Mon Sep 17 00:00:00 2001 From: tom1145 Date: Fri, 6 Dec 2024 14:45:34 +0200 Subject: [PATCH 1/2] chore: remove link from footer --- src/components/Footer/index.tsx | 3 --- src/config.ts | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 769041f..f6a21ff 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -17,9 +17,6 @@ const Footer = () => { Website - - GitHub - diff --git a/src/config.ts b/src/config.ts index d23a3ca..49b0694 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,7 +22,6 @@ type Config = { socialMedia: SocialMedia links: { website: string - github: string } queryParams: { [key: string]: string @@ -67,8 +66,7 @@ const config: Config = { telegram: 'https://t.me/oceanprotocol' }, links: { - website: 'https://oceanprotocol.com/', - github: 'https://github.com/oceanprotocol/incentive-backend' + website: 'https://oceanprotocol.com/' }, queryParams: { accessToken: 'access_token', From 927484483ee4ec2df2e0c8244788dda7348cea41 Mon Sep 17 00:00:00 2001 From: tom1145 Date: Fri, 6 Dec 2024 14:53:35 +0200 Subject: [PATCH 2/2] chore: update link --- src/components/Footer/index.tsx | 3 +++ src/config.ts | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index f6a21ff..769041f 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -17,6 +17,9 @@ const Footer = () => { Website + + GitHub + diff --git a/src/config.ts b/src/config.ts index 49b0694..392c8b5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,6 +22,7 @@ type Config = { socialMedia: SocialMedia links: { website: string + github: string } queryParams: { [key: string]: string @@ -66,7 +67,8 @@ const config: Config = { telegram: 'https://t.me/oceanprotocol' }, links: { - website: 'https://oceanprotocol.com/' + website: 'https://oceanprotocol.com/', + github: 'https://github.com/oceanprotocol/ocean-node' }, queryParams: { accessToken: 'access_token',