Skip to content

Commit

Permalink
slightly improve footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 12, 2024
1 parent b92ca36 commit 2b0455d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@
<div class="text-sm">This website is not affiliated with Nintendo. All product names, logos, and brands are
property of their respective owners.
</div>
<a href="{% url 'uploaders_information' %}" class="text-blue-500 underline p-2 pl-0">Information on Available
Uploaders</a>
<a href="{% url 'legal' %}" class="text-blue-500 underline p-2">Legal Stuff</a>
<a href="{% url 'about' %}" class="text-blue-500 underline p-2">About Splashcat</a>
<div class="flex flex-row flex-wrap gap-2">
<a href="{% url 'uploaders_information' %}" class="text-blue-500 underline">Information on Available Uploaders</a>
<a href="{% url 'legal' %}" class="text-blue-500 underline">Legal Stuff</a>
<a href="{% url 'about' %}" class="text-blue-500 underline">About Splashcat</a>
</div>
<div class="py-4 flex flex-row flex-wrap gap-4">
<a href="https://github.com/splashcat-ink/splashcat"
class="my-auto">
Expand Down

0 comments on commit 2b0455d

Please sign in to comment.