Skip to content

Commit

Permalink
remove GG20 app banner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed May 9, 2024
1 parent a26834d commit 72f69e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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/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!
</span>
</div>
</AppBanner>
</AppBanner> -->

<n-layout-header bordered class="grid grid-cols-2">
<div class="flex items-center">
Expand Down
1 change: 0 additions & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const items = computed<Item[]>(() => [

<template>
<div class="pb-14">
<!-- banner -->
<div class="mt-5 flex flex-col items-center justify-center">
<img class="w-90" src="/logo.png" alt="logo" />
<p class="bold text-md md:text-xl px-4 text-gray-500 text-center">{{ $t('subtitle') }}</p>
Expand Down

0 comments on commit 72f69e0

Please sign in to comment.