mirror of
https://github.com/we-promise/sure.git
synced 2026-04-22 21:44:11 +00:00
* First cut of smallest rebrand, pending icons * Leave SQL schema tokens/user names the same for now * First batch of logos * Release notes/what's new * /releases missing * redirect_uri for sureapp:// * Padded logo * Test the correct /releases URL * Missed a few mobile URIs * Some icons/asssets from /website/ repo * Seed/sample data user @sure.local now * New screenshot * Want to keep their legal "boilerplate" from the upstream repo
11 lines
468 B
Plaintext
11 lines
468 B
Plaintext
<footer class="p-6">
|
|
<div class="space-y-2 text-center text-xs text-secondary">
|
|
<p>© <%= Date.current.year %>, Sure (community fork of Maybe Finance)</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>
|