mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
8 lines
251 B
Text
8 lines
251 B
Text
<%# locals: (title:, content:) %>
|
|
|
|
<div class="rounded-xl bg-container shadow-xs border border-alpha-black-25 p-4">
|
|
<h4 class="text-secondary text-sm"><%= title %></h4>
|
|
<p class="text-xl font-medium text-primary">
|
|
<%= content %>
|
|
</p>
|
|
</div>
|