Skip to content

Commit

Permalink
chore(app): remove donation banner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Nov 8, 2024
1 parent 7a3de84 commit a67e685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ watch(

<template>
<n-layout content-class="flex flex-col" position="absolute">
<AppBanner id="gitcoin-grants" to="https://explorer.gitcoin.co/#/round/42161/609/21">
<!-- <AppBanner id="gitcoin-grants" to="https://explorer.gitcoin.co/#/round/42161/609/21">
<div class="flex items-center gap-2">
<Icon name="i-streamline-blood-donate-drop" class="w-5 h-5 flex-shrink-0 pointer-events-none" />
<span>
DONATIONS OPEN October 23rd - November 7th |
<span class="font-semibold italic">Gitcoin Grants 22</span> is live!
</span>
</div>
</AppBanner>
</AppBanner> -->

<n-layout-header bordered class="grid grid-cols-2">
<div class="flex items-center">
Expand Down

0 comments on commit a67e685

Please sign in to comment.