mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
Add note about community tournaments to footer Closes #1570
This commit is contained in:
parent
c706b46836
commit
30e0ac778f
|
|
@ -5,6 +5,7 @@ import { discordFullName } from "~/utils/strings";
|
|||
import {
|
||||
CONTRIBUTIONS_PAGE,
|
||||
FAQ_PAGE,
|
||||
NINTENDO_COMMUNITY_TOURNAMENTS_GUIDELINES_URL,
|
||||
PRIVACY_POLICY_PAGE,
|
||||
SENDOU_INK_DISCORD_URL,
|
||||
SENDOU_INK_GITHUB_URL,
|
||||
|
|
@ -110,6 +111,18 @@ export function Footer({
|
|||
Splatoon is trademark & © of Nintendo 2014-{currentYear}. sendou.ink
|
||||
is not affiliated with Nintendo.
|
||||
</p>
|
||||
<p>
|
||||
Any tournaments hosted on sendou.ink are unofficial and Nintendo is
|
||||
not a sponsor or affiliated with them. Terms for participating in and
|
||||
viewing Community Tournaments using Nintendo Games can be found here:{" "}
|
||||
<a
|
||||
href={NINTENDO_COMMUNITY_TOURNAMENTS_GUIDELINES_URL}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
{NINTENDO_COMMUNITY_TOURNAMENTS_GUIDELINES_URL}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@ export const SENDOU_INK_DISCORD_URL = "https://discord.gg/sendou";
|
|||
export const SENDOU_TWITTER_URL = "https://twitter.com/sendouc";
|
||||
export const SENDOU_INK_TWITTER_URL = "https://twitter.com/sendouink";
|
||||
export const SENDOU_INK_PATREON_URL = "https://patreon.com/sendou";
|
||||
export const NINTENDO_COMMUNITY_TOURNAMENTS_GUIDELINES_URL =
|
||||
"https://en-americas-support.nintendo.com/app/answers/detail/a_id/63454";
|
||||
export const PATREON_HOW_TO_CONNECT_DISCORD_URL =
|
||||
"https://support.patreon.com/hc/en-us/articles/212052266-How-do-I-connect-Discord-to-Patreon-Patron-";
|
||||
export const SENDOU_INK_GITHUB_URL = "https://github.com/Sendouc/sendou.ink";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user