Skip to content

Commit

Permalink
Slightly imrpove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jul 10, 2024
1 parent 9f2c1a7 commit 6310b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions i18n/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"alternatives": "ALTERNATIVES"
},
"footer": {
"disclaimer": "THIS SITE IS IN NO WAY AFFILIATED WITH ESSENTIAL OR SPARK UNIVERSE",
"disclaimer_2": "NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.",
"disclaimer": "NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG, MICROSOFT OR SPARK UNIVERSE.",
"disclaimer_translation_instructions": "Do not translate 'ESSENTIAL', 'SPARK UNIVERSE', 'MOJANG', 'MINECRAFT' or 'MICROSOFT'",
"open_source": "This page is open source.",
"about": "About",
Expand Down
9 changes: 2 additions & 7 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="flex justify-center flex-col gap-8">
<footer
class="flex flex-col gap-0 items-center pb-8 border-t border-t-slate-800 bg-[#212121]"
class="flex flex-col gap-0 items-center pb-8 border-t border-t-slate-800 bg-[#0f0f0f]"
>
<div
class="flex flex-col sm:flex-row items-center sm:items-start sm:justify-center py-6 gap-8 mx-[calc(5%+2rem)] sm:mx-0"
Expand All @@ -38,7 +38,7 @@
class="flex flex-col gap-1 font-[500] text-[var(--text-colour)] text-sm"
>
<ExternalLink
class="font-bold text-[var(--brand-blue)]"
class="font-medium text-white hover:underline"
to="https://github.com/blryface/notessential"
>{{ $t("layout.footer.open_source") }}</ExternalLink
>
Expand Down Expand Up @@ -85,11 +85,6 @@
>
{{ $t("layout.footer.disclaimer") }}
</span>
<span
class="font-[500] text-slate-400 text-xs text-center mx-[calc(5%+2rem)] sm:mx-0"
>
{{ $t("layout.footer.disclaimer_2") }}
</span>
</span>
</footer>
</div>
Expand Down

0 comments on commit 6310b79

Please sign in to comment.