From 2ddcd0d32514bbf1298bb9646101e15c9f95fcab Mon Sep 17 00:00:00 2001 From: T_DaMER Date: Tue, 14 Nov 2023 21:08:36 +0300 Subject: [PATCH] Add whitepaper link --- src/components/BwlLinks.tsx | 8 +++++++- src/helpers/constants.ts | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/BwlLinks.tsx b/src/components/BwlLinks.tsx index 4a9db0e..7b76c78 100644 --- a/src/components/BwlLinks.tsx +++ b/src/components/BwlLinks.tsx @@ -1,9 +1,15 @@ import { LinkText } from 'components/Text' -import { bwlBlog, bwlGitHub, contactUs } from 'helpers/constants' +import { + bwlBlog, + bwlGitHub, + contactUs, + whitepaperLink, +} from 'helpers/constants' export default function () { return ( <> + Whitepaper Blog GitHub Contact diff --git a/src/helpers/constants.ts b/src/helpers/constants.ts index e43f1cf..071855f 100644 --- a/src/helpers/constants.ts +++ b/src/helpers/constants.ts @@ -3,4 +3,5 @@ export const contactUs = "mailto:hello@bwl.gg?subject=Hello%20BigWhaleLabs%2C%20it's%20..." export const bwlGitHub = 'https://github.com/BigWhaleLabs' export const bwlBlog = 'https://blog.bigwhalelabs.com' +export const whitepaperLink = 'https://docsend.com/view/238tkidbu8ju82dt' export const ketlUrl = 'https://ketl.xyz'