Skip to content

Commit

Permalink
feat: donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
0xferit committed Jun 12, 2023
1 parent 8659821 commit 3cd47b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const isProd = (branchName, isPullRequest) => {
if(!branchName) return false;
return branchName === 'main'
|| branchName.startsWith('hotfix/')
|| branchName.startsWith('release/')
Expand Down
1 change: 0 additions & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const Header = ({ siteTitle }) => {
</li>
<li>
<a href="https://blog.proveuswrong.io" target="_blank" rel="noopener noreferrer">BLOG</a>

</li>
<li ref={about}>
<Link to="/about/">ABOUT</Link>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ However, it is important to note that decentralized curation also comes with som

Yes, we do. Please email us and let's talk.

## How much you have raised so far?
## How can I donate?

We have raised €50000 so far as an initial seed investment by participating in the [incubator program of Coopérative Kleros](https://kleros.io/incubator).
You can donate [here](https://giveth.io/project/the-truth-post).

## Are you incorporated?
## How much you have raised so far?

Yes. We established a limited liability company in Turkey.
We have raised €50000 so far as an initial seed investment by participating in the [incubator program of Coopérative Kleros](https://kleros.io/incubator).

## Are you developing open source?

Expand Down

0 comments on commit 3cd47b4

Please sign in to comment.