Skip to content

Commit

Permalink
Merge branch 'cory2067:master' into what
Browse files Browse the repository at this point in the history
  • Loading branch information
Chupalika authored Nov 8, 2024
2 parents b0272f6 + 66c2988 commit d31c689
Show file tree
Hide file tree
Showing 15 changed files with 410 additions and 410 deletions.
2 changes: 1 addition & 1 deletion client/src/components/modules/Navbar/NavbarLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function NavbarTitle(props: NavbarTitleProps) {
<Typography
className={`NavbarLeft-title ${props.tourney ? "NavbarLeft-title-inactive" : ""}`}
>
GLOBAL <b>TAIKO</b> SHOWDOWN
GLOBAL <b>TAIKO</b> SHOWDOWN / <b>GRATIA</b> PRODUCTIONS
</Typography>
{props.tourney && (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from "@reach/router";
import { Menu, MenuItemProps, Typography } from "antd";
import { LanguageContext, contentManager } from "../../../../ContentManager";

const MERCH_LINK = "https://teespring.com/stores/gtsosu-store";
const MERCH_LINK = "https://merch.gtsosu.com";
const MOUSEPAD_LINK = "https://merch.streamelements.com/gtsosu";

type RightMenuItemProps = MenuItemProps & {
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/modules/Qualifiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class Qualifiers extends Component {
isStaff = () =>
hasAccess(this.props.user, this.props.tourney, [
"Referee",
"Mapsetter",
"All-Star Mapsetter",
"Mappooler",
"All-Star Mappooler",
"Head Pooler",
"Mapper",
]);
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/pages/Mappools.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class Mappools extends Component {
this.props.user,
this.props.tourney,
this.state.current.name === "All Stars"
? ["Mapsetter", "All-Star Mapsetter", "Head Pooler", "Mapper"]
: ["Mapsetter", "Head Pooler", "Mapper"]
? ["Mappooler", "All-Star Mappooler", "Head Pooler", "Mapper"]
: ["Mappooler", "Head Pooler", "Mapper"]
);

sortMaps = (maps) => {
Expand Down
Loading

0 comments on commit d31c689

Please sign in to comment.