mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-18 16:43:56 -05:00
parent
8d278c83cf
commit
5e6ffbebfb
|
|
@ -9,6 +9,7 @@ import {
|
|||
SENDOU_INK_GITHUB_URL,
|
||||
SENDOU_INK_PATREON_URL,
|
||||
SENDOU_INK_TWITTER_URL,
|
||||
SPLATOON_2_SENDOU_IN_URL,
|
||||
userPage,
|
||||
} from "~/utils/urls";
|
||||
import { DiscordIcon } from "../icons/Discord";
|
||||
|
|
@ -29,6 +30,7 @@ export function Footer({
|
|||
<div className="layout__footer__link-list">
|
||||
<Link to={CONTRIBUTIONS_PAGE}>{t("pages.contributors")}</Link>
|
||||
<Link to={FAQ_PAGE}>{t("pages.faq")}</Link>
|
||||
<a href={SPLATOON_2_SENDOU_IN_URL}>{t("pages.s2")}</a>
|
||||
</div>
|
||||
<div className="layout__footer__socials">
|
||||
<a
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import type {
|
|||
} from "~/modules/in-game-lists/types";
|
||||
import type navItems from "~/components/layout/nav-items.json";
|
||||
|
||||
export const SPLATOON_2_SENDOU_IN_URL = "https://spl2.sendou.ink";
|
||||
export const PLUS_SERVER_DISCORD_URL = "https://discord.gg/FW4dKrY";
|
||||
export const SENDOU_INK_DISCORD_URL = "https://discord.gg/sendou";
|
||||
export const SENDOU_TWITTER_URL = "https://twitter.com/sendouc";
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"pages.badges": "Badges",
|
||||
"pages.plus": "Plus Server",
|
||||
"pages.contributors": "Contributors",
|
||||
"pages.s2": "Splatoon 2",
|
||||
"pages.calendar": "Calendar",
|
||||
"pages.faq": "FAQ",
|
||||
"pages.builds": "Builds",
|
||||
|
|
|
|||
|
|
@ -27,9 +27,16 @@
|
|||
|
||||
**44/44**
|
||||
|
||||
### 🟢 common.json
|
||||
### 🟡 common.json
|
||||
|
||||
**48/48**
|
||||
**48/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
|
||||
</details>
|
||||
|
||||
### 🟢 contributions.json
|
||||
|
||||
|
|
@ -96,11 +103,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**36/48**
|
||||
**36/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- actions.loadMore
|
||||
- weapon.category.SHOOTERS
|
||||
- weapon.category.BLASTERS
|
||||
|
|
@ -186,9 +194,16 @@
|
|||
|
||||
**44/44**
|
||||
|
||||
### 🟢 common.json
|
||||
### 🟡 common.json
|
||||
|
||||
**48/48**
|
||||
**48/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
|
||||
</details>
|
||||
|
||||
### 🟢 contributions.json
|
||||
|
||||
|
|
@ -255,11 +270,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**46/48**
|
||||
**46/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- pages.analyzer
|
||||
- actions.loadMore
|
||||
|
||||
|
|
@ -429,11 +445,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**46/48**
|
||||
**46/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- pages.analyzer
|
||||
- actions.loadMore
|
||||
|
||||
|
|
@ -510,11 +527,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**35/48**
|
||||
**35/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- pages.analyzer
|
||||
- actions.loadMore
|
||||
- weapon.category.SHOOTERS
|
||||
|
|
@ -632,11 +650,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**36/48**
|
||||
**36/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- actions.loadMore
|
||||
- weapon.category.SHOOTERS
|
||||
- weapon.category.BLASTERS
|
||||
|
|
@ -723,11 +742,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**35/48**
|
||||
**35/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- pages.analyzer
|
||||
- actions.loadMore
|
||||
- weapon.category.SHOOTERS
|
||||
|
|
@ -815,11 +835,12 @@
|
|||
|
||||
### 🟡 common.json
|
||||
|
||||
**35/48**
|
||||
**35/49**
|
||||
|
||||
<details>
|
||||
<summary>Missing</summary>
|
||||
|
||||
- pages.s2
|
||||
- pages.analyzer
|
||||
- actions.loadMore
|
||||
- weapon.category.SHOOTERS
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user