mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +00:00
8 lines
405 B
Plaintext
8 lines
405 B
Plaintext
|
|
<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>
|