Skip to content

Commit

Permalink
chore(app): restore donation banner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Oct 25, 2024
1 parent e232085 commit 19899b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/27/19">
<AppBanner id="gitcoin-grants" to="https://explorer.gitcoin.co/#/round/42161/27/19">
<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 April 23rd - May 7th | <span class="font-semibold italic">Gitcoin Grants 20</span> is
live!
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 19899b9

Please sign in to comment.