mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 16:59:03 +00:00
* Bump min supported date to 20 years * Add basic onboarding * User onboarding * Complete onboarding flow * Cleanup, add user profile update test
8 lines
389 B
Plaintext
8 lines
389 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://maybe.co/privacy", class: "underline hover:text-gray-600" %> • <%= link_to t(".terms_of_service"), "https://maybe.co/tos", class: "underline hover:text-gray-600" %></p>
|
|
</div>
|
|
</footer>
|