Skip to content

Commit

Permalink
add banner for closing registration
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalNeutrino committed Oct 19, 2023
1 parent 6ecb13a commit 2dfb27c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/shortcodes/alert.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="bg-rose-50 border border-rose-200 p-4 rounded-xl flex not-prose flex-1 flex flex-col gap-2">
<p class="uppercase text-xs text-gray-500 flex gap-2 items-center">
<i class="bi bi-megaphone-fill"></i>
<span>{{ title }}</span>
</p>
<p class="text-base font-medium">{{ body }}</p>
</div>

0 comments on commit 2dfb27c

Please sign in to comment.