mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
8 lines
334 B
Text
8 lines
334 B
Text
|
<%= turbo_frame_tag dom_id(@account, :sparkline) do %>
|
||
|
<div class="flex items-center justify-end gap-1">
|
||
|
<div class="w-8 h-5 flex items-center justify-center">
|
||
|
<%= icon("alert-triangle", size: "sm", class: "text-warning") %>
|
||
|
</div>
|
||
|
<p class="font-mono text-right text-xs text-warning">Error</p>
|
||
|
</div>
|
||
|
<% end %>
|