Skip to content

Commit

Permalink
store: add tos link in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagadda committed Mar 11, 2024
1 parent 8c38f33 commit a71ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@

<footer class="h-5 my-5 text-center">
<p>
{{ _("Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> using <a class='text-blue-800' href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-blue-800' href='https://tailwindcss.com/'>TailwindCSS</a> - <a class='text-blue-800' href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa fa-code fa-fw' aria-hidden='true'></i> Source</a>") }}
{{ _("Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> using <a class='text-blue-800' href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-blue-800' href='https://tailwindcss.com/'>TailwindCSS</a> - <a class='text-blue-800' href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa fa-code fa-fw' aria-hidden='true'></i> Source</a> - <a class='text-blue-800' href='https://forum.yunohost.org/tos'>Terms of Service</a>") }}
</p>
</footer>
</body>
Expand Down

0 comments on commit a71ccb3

Please sign in to comment.