Skip to content

Commit 5f435e9

Browse files
committed
GG20: update funding link
1 parent 3e88d8f commit 5f435e9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ['https://arbiscan.io/address/0x9D75F4EbcB8e7669E59dcc27CBadC698E0F77187#internaltx', 'https://explorer.gitcoin.co/#/round/424/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008-75']
1+
custom: ['https://explorer.gitcoin.co/?utm_source=grants.gitcoin.co&utm_medium=internal_link&utm_campaign=gg19&utm_content=program-rounds#/round/42161/27/19']

app/layouts/default.vue

+5-2
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,15 @@ watch(
7474

7575
<template>
7676
<n-layout content-class="flex flex-col" position="absolute">
77-
<AppBanner id="gitcoin-grants" to="https://grants.gitcoin.co/">
77+
<AppBanner
78+
id="gitcoin-grants"
79+
to="https://explorer.gitcoin.co/?utm_source=grants.gitcoin.co&utm_medium=internal_link&utm_campaign=gg19&utm_content=program-rounds#/round/42161/27/19"
80+
>
7881
<div class="flex items-center gap-2">
7982
<Icon name="i-streamline-blood-donate-drop" class="w-5 h-5 flex-shrink-0 pointer-events-none" />
8083
<span>
8184
DONATIONS OPEN April 23rd - May 7th | <span class="font-semibold italic">Gitcoin Grants 20</span> is
82-
coming!
85+
live!
8386
</span>
8487
</div>
8588
</AppBanner>

0 commit comments

Comments
 (0)