Skip to content

Commit

Permalink
feat: show gg banner and update link
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal authored and apbendi committed Aug 8, 2024
1 parent f1c3f69 commit dc34e73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/layouts/BaseLayout.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<template>
<div>
<div v-if="false" class="alert-banner text-bold text-center q-py-md">
<div v-if="true" class="alert-banner text-bold text-center q-py-md">
<i18n-t scope="global" keypath="Home.banner-donate" tag="span">
<template v-slot:DevelopmentGrant>
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/389/82" target="_blank">{{
$t('Home.development-grant')
}}</a>
</template>
<template v-slot:LearnMore>
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/389/82" target="_blank">{{
$t('Home.learn-more')
}}</a>
</template>
Expand Down

0 comments on commit dc34e73

Please sign in to comment.