mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
feat(frontend): add status page to footer
This commit is contained in:
parent
121f6851b0
commit
d73a865e56
@ -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>
|
||||
|
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user