feat: add Drupal Association message
This commit is contained in:
parent
a8c0b54ae7
commit
57dba20030
2 changed files with 26 additions and 0 deletions
13
src/components/Message.astro
Normal file
13
src/components/Message.astro
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
import Markdown from "./Markdown.astro";
|
||||
---
|
||||
|
||||
<div class="mb-10 border border-gray-800 dark:border-gray-600">
|
||||
<div
|
||||
class="py-4 px-4 border-l-4 prose prose-p:first:mt-0 prose-strong:text-current border-blue-primary"
|
||||
>
|
||||
<Markdown>
|
||||
<slot />
|
||||
</Markdown>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue