mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-10 07:55:21 +02:00
* [claudesquad] update from 'component-namespacing' on 18 Jul 25 07:23 EDT * [claudesquad] update from 'component-namespacing' on 18 Jul 25 07:30 EDT * Update stimulus controller references to use namespace * Fix remaining tests
17 lines
584 B
Text
17 lines
584 B
Text
<div class="h-[300px] lg:h-[340px] bg-container shadow-border-xs rounded-xl py-4 flex flex-col items-center justify-center">
|
|
<div class="space-y-3 text-center flex flex-col items-center">
|
|
<%= render DS::FilledIcon.new(
|
|
variant: :container,
|
|
icon: "layers",
|
|
) %>
|
|
|
|
<p class="text-sm font-medium text-primary">No accounts yet</p>
|
|
<p class="text-secondary text-sm">Add accounts to display net worth data</p>
|
|
<%= render DS::Link.new(
|
|
text: "Add account",
|
|
icon: "plus",
|
|
href: new_account_path,
|
|
frame: :modal
|
|
) %>
|
|
</div>
|
|
</div>
|