Skip to content

Commit dc34e73

Browse files
marcomariscalapbendi
authored andcommitted
feat: show gg banner and update link
1 parent f1c3f69 commit dc34e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/layouts/BaseLayout.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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 class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{
6+
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/389/82" target="_blank">{{
77
$t('Home.development-grant')
88
}}</a>
99
</template>
1010
<template v-slot:LearnMore>
11-
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{
11+
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/389/82" target="_blank">{{
1212
$t('Home.learn-more')
1313
}}</a>
1414
</template>

0 commit comments

Comments
 (0)