Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Aug 14, 2024
1 parent ce9b062 commit 9e8a39a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion src/modules/pot/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ const Banner = () => {
<Link href={routesPath.DEPLOY_POT}>Deploy Pot</Link>
</Button>
)}
<Link href="https://wtfisqf.com" target="_blank">
<Link
href="https://docs.potlock.io/user-guides/matched-donations-or-donate-through-a-pot"
target="_blank"
>
<Button
variant={
isPotDeploymentAvailable ? "brand-tonal" : "brand-filled"
Expand Down
6 changes: 1 addition & 5 deletions src/modules/pot/components/PotDeploymentHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ export const PotDeploymentHero: React.FC<PotDeploymentHeroProps> = () => (
<span un-flex="~" un-gap="2" un-items="center">
<InfoIcon />

<a
href="https://docs.potlock.io/user-guides/matched-donations-or-donate-through-a-pot"
target="_blank"
un-decoration="underline"
>
<a href="https://wtfisqf.com" target="_blank" un-decoration="underline">
Learn more about quadratic funding
</a>
</span>
Expand Down

0 comments on commit 9e8a39a

Please sign in to comment.