Skip to content

Commit

Permalink
Merge pull request #216 from polywrap/disclaimer-update
Browse files Browse the repository at this point in the history
Update Disclaimer.tsx
  • Loading branch information
namesty authored Feb 21, 2024
2 parents a09360d + 51b9396 commit 6c5a15c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions web/components/Disclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ const Disclaimer = () => {
/>
<div className='p-6 bg-indigo-25 rounded-2xl border-2 border-indigo-200 space-y-1 shadow-md shadow-primary-shadow/20'>
<div className='font-bold text-sm'>
This AI agent is experimental:
This AI agent is experimental.
</div>
<div className="text-[10px]">
- The agent is doing its best to find and evaluate projects based on
publicly available data, but we cannot guarantee its accuracy.
</div>
<div className="text-[10px]">
- The agent uses project addresses provided in past Gitcoin
applications, but we cannot guarantee that each project is still in
control of its address.
The agent is evaluating projects based on self-reported data through past Gitcion applications and therefore cannot guarantee their accuracy at this time. The agent also cannot guarantee that each project is still in control of its address, so please double check before sending large amounts.
</div>
</div>
</div>
Expand Down

0 comments on commit 6c5a15c

Please sign in to comment.