Skip to content

Commit

Permalink
Disable GG21 banner
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat authored and apbendi committed Aug 22, 2024
1 parent dc34e73 commit 6e8341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layouts/BaseLayout.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<div v-if="true" class="alert-banner text-bold text-center q-py-md">
<div v-if="false" 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/389/82" target="_blank">{{
Expand Down

0 comments on commit 6e8341e

Please sign in to comment.