Skip to content

Commit

Permalink
Add whitepaper link
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Nov 14, 2023
1 parent ab70462 commit 2ddcd0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/BwlLinks.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<>
<LinkText url={whitepaperLink}>Whitepaper</LinkText>
<LinkText url={bwlBlog}>Blog</LinkText>
<LinkText url={bwlGitHub}>GitHub</LinkText>
<LinkText url={contactUs}>Contact</LinkText>
Expand Down
1 change: 1 addition & 0 deletions src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export const contactUs =
"mailto:[email protected]?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'

0 comments on commit 2ddcd0d

Please sign in to comment.