1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00
Maybe/app/views/layouts/shared/_footer.html.erb

11 lines
449 B
Text
Raw Normal View History

<footer class="p-6">
<div class="space-y-2 text-center text-xs text-secondary">
<p>&copy; <%= 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>&bull;</span>
<%= link_to "Terms of Service", terms_path, class: "text-secondary", target: "_blank" %>
</div>
</div>
</footer>