feat(frontend): add status page to footer

This commit is contained in:
MiniDigger | Martin 2022-12-27 11:46:51 +01:00
parent 121f6851b0
commit d73a865e56
2 changed files with 18 additions and 2 deletions

View File

@ -15,9 +15,24 @@ const { t } = useI18n();
<router-link :to="{ name: 'api' }" class="flex items-center rounded-md px-6 py-2" hover="text-primary-400 bg-primary-0">
{{ t("hangar.footer.api") }}
</router-link>
<a href="https://github.com/HangarMC" class="flex items-center rounded-md px-6 py-2" hover="text-primary-400 bg-primary-0">
<a
href="https://github.com/HangarMC"
class="flex items-center rounded-md px-6 py-2"
hover="text-primary-400 bg-primary-0"
target="_blank"
rel="noreferrer noopener"
>
{{ t("hangar.footer.org") }}
</a>
<a
href="https://hangarstatus.papermc.io"
class="flex items-center rounded-md px-6 py-2"
hover="text-primary-400 bg-primary-0"
target="_blank"
rel="noreferrer noopener"
>
{{ t("hangar.footer.status") }}
</a>
<router-link :to="{ name: 'terms' }" class="flex items-center rounded-md px-6 py-2" hover="text-primary-400 bg-primary-0">
{{ t("hangar.footer.terms") }}
</router-link>

View File

@ -43,7 +43,8 @@
"resourceGuidelines": "Resource Guidelines",
"org": "GitHub Organization",
"terms": "Terms and Conditions",
"privacypolicy": "Privacy Policy"
"privacypolicy": "Privacy Policy",
"status": "Status"
},
"projectSearch": {
"clear": "(clear)",