Skip to content

Commit a154f13

Browse files
authored
Disable Gitcoin 20 banner (#678)
1 parent 8cc2e15 commit a154f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layouts/BaseLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<div v-if="true" class="alert-banner text-bold text-center q-py-md">
3+
<div v-if="false" 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>
66
<a class="alert-banner-hyperlink" href="https://explorer.gitcoin.co/#/round/42161/26/67" target="_blank">{{

0 commit comments

Comments
 (0)