mirror of
https://github.com/lukin/keywind.git
synced 2025-01-26 09:16:25 +00:00
Update card.ftl
Revert changes to header
This commit is contained in:
parent
809bf58956
commit
d8eb1d5f1d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<#macro kw content="" footer="" header="">
|
||||
<div class="bg-white dark:bg-secondary-700 p-8 rounded-lg space-y-6">
|
||||
<#if header?has_content>
|
||||
<div class="divide-y dark:divide-secondary-600">
|
||||
<div class="space-y-4">
|
||||
${header}
|
||||
</div>
|
||||
</#if>
|
||||
|
|
Loading…
Reference in a new issue