2025-04-23 10:42:30 -03:00
|
|
|
<div class="bg-surface">
|
2024-10-23 11:20:55 -04:00
|
|
|
<div class="h-screen flex flex-col items-center py-6">
|
|
|
|
<div class="grow flex justify-center items-center flex-col max-w-sm w-full text-center">
|
|
|
|
<%= image_tag "logo-color.png", class: "w-16 mb-6" %>
|
|
|
|
<%= tag.h1 t(".title"), class: "text-3xl font-medium mb-2" %>
|
2025-02-13 11:31:07 -05:00
|
|
|
<%= tag.p t(".message"), class: "text-sm text-secondary mb-6" %>
|
2024-10-23 11:20:55 -04:00
|
|
|
|
2025-04-30 18:14:22 -04:00
|
|
|
<%= render LinkComponent.new(
|
|
|
|
text: t(".setup"),
|
|
|
|
href: profile_onboarding_path,
|
|
|
|
variant: "primary",
|
|
|
|
full_width: true
|
|
|
|
) %>
|
2024-10-23 11:20:55 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|