Skip to content

Commit 0a07f1a

Browse files
authored
Enable Gitcoin 20 banner (#670)
1 parent b602da0 commit 0a07f1a

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

frontend/src/layouts/BaseLayout.vue

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
<template>
22
<div>
3-
<div v-if="false" class="alert-banner text-bold text-center q-py-md">
3+
<div v-if="true" class="alert-banner text-bold text-center q-py-md">
44
<i18n-t scope="global" keypath="Home.banner-donate" tag="span">
55
<template v-slot:DevelopmentGrant>
6-
<a
7-
class="alert-banner-hyperlink"
8-
href="https://explorer.gitcoin.co/#/round/424/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008-77"
9-
target="_blank"
10-
>{{ $t('Home.development-grant') }}</a
11-
>
6+
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{
7+
$t('Home.development-grant')
8+
}}</a>
129
</template>
1310
<template v-slot:LearnMore>
14-
<a
15-
class="alert-banner-hyperlink"
16-
href="https://grants-portal.gitcoin.co/gitcoin-grants-donor-portal"
17-
target="_blank"
18-
>{{ $t('Home.learn-more') }}</a
19-
>
11+
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{
12+
$t('Home.learn-more')
13+
}}</a>
2014
</template>
2115
</i18n-t>
2216
</div>

0 commit comments

Comments
 (0)