improve recent logout information
This commit is contained in:
parent
7e97b8eeca
commit
bcfcf264f6
3 changed files with 22 additions and 13 deletions
|
|
@ -38,8 +38,9 @@ const {id, classList = "", color = "info", title, description} = Astro.props
|
|||
<TriangleAlert class="size-7"/>
|
||||
)}
|
||||
</slot>
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="flex flex-col gap-2 w-full">
|
||||
<span>{title}</span>
|
||||
<span class="text-sm opacity-90 mt-1" set:html={description}/>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue