Skip to content

Commit

Permalink
ui: remove banner
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <[email protected]>
  • Loading branch information
matthewpi committed Jun 23, 2024
1 parent cc2770a commit 1c3c9f0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .vuepress/theme/Layout.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<template>
<div>
<div class="fixed h-12 w-full z-50 top-0">
<div class="h-12 w-full bg-black flex items-center justify-center px-4">
<p class="text-grey-lightest font-semibold">
Stand with Ukraine 🇺🇦&nbsp;
<a class="text-blue-lighter" href="https://www.savethechildren.org/us/where-we-work/ukraine" target="_blank" rel="noindex nofollow noopener">Donate</a>
<a class="text-blue-lighter" href="https://razomforukraine.org/" target="_blank" rel="noindex nofollow noopener">Today.</a>
</p>
</div>
</div>
<div
class="theme-container mt-12"
:class="pageClasses"
Expand Down

0 comments on commit 1c3c9f0

Please sign in to comment.