mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
* New onboarding, trials, Stripe integration * Fix tests * Lint fixes * Fix subscription endpoints
10 lines
449 B
Text
10 lines
449 B
Text
<footer class="p-6">
|
|
<div class="space-y-2 text-center text-xs text-secondary">
|
|
<p>© <%= Date.current.year %>, Maybe Finance, Inc.</p>
|
|
<div class="flex justify-center items-center gap-2">
|
|
<%= link_to "Privacy Policy", privacy_path, class: "text-secondary", target: "_blank" %>
|
|
<span>•</span>
|
|
<%= link_to "Terms of Service", terms_path, class: "text-secondary", target: "_blank" %>
|
|
</div>
|
|
</div>
|
|
</footer>
|