mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
7 lines
405 B
Text
7 lines
405 B
Text
|
|
<footer class="p-6">
|
|
<div class="space-y-2 text-center text-xs text-gray-500">
|
|
<p>© <%= Date.current.year %>, Maybe Finance, Inc.</p>
|
|
<p><%= link_to t(".privacy_policy"), "https://maybefinance.com/privacy", class: "underline hover:text-gray-600" %> • <%= link_to t(".terms_of_service"), "https://maybefinance.com/tos", class: "underline hover:text-gray-600" %></p>
|
|
</div>
|
|
</footer>
|