This commit is contained in:
parent
c2790054db
commit
63e4eedc37
@ -12,10 +12,6 @@ import { CachedPlayer, getPlayer, McUtilsAPIError } from "mcutils-library";
|
|||||||
import { Metadata, Viewport } from "next";
|
import { Metadata, Viewport } from "next";
|
||||||
import { ReactElement } from "react";
|
import { ReactElement } from "react";
|
||||||
import { Title } from "@/app/components/title";
|
import { Title } from "@/app/components/title";
|
||||||
import { Card } from "@/app/components/card";
|
|
||||||
import { Tooltip, TooltipContent, TooltipTrigger } from "@/app/components/ui/tooltip";
|
|
||||||
import Link from "next/link";
|
|
||||||
import Image from "next/image";
|
|
||||||
import { PlayerPageParams } from "@/app/types/player/page-params";
|
import { PlayerPageParams } from "@/app/types/player/page-params";
|
||||||
import { TryAPlayer } from "@/app/components/player/try-a-player";
|
import { TryAPlayer } from "@/app/components/player/try-a-player";
|
||||||
|
|
||||||
|
@ -18,11 +18,6 @@ import {
|
|||||||
import { Metadata, Viewport } from "next";
|
import { Metadata, Viewport } from "next";
|
||||||
import { ReactElement } from "react";
|
import { ReactElement } from "react";
|
||||||
import { Title } from "@/app/components/title";
|
import { Title } from "@/app/components/title";
|
||||||
import { Card } from "@/app/components/card";
|
|
||||||
import Link from "next/link";
|
|
||||||
import Image from "next/image";
|
|
||||||
import { Tooltip, TooltipContent, TooltipTrigger } from "@/app/components/ui/tooltip";
|
|
||||||
import { TryMeServer } from "@/app/types/server/try-me-server";
|
|
||||||
import { ServerPageParams } from "@/app/types/server/page-params";
|
import { ServerPageParams } from "@/app/types/server/page-params";
|
||||||
import { TryAServer } from "@/app/components/server/try-a-server";
|
import { TryAServer } from "@/app/components/server/try-a-server";
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import { Card } from "@/app/components/card";
|
|||||||
/**
|
/**
|
||||||
* The players to try out.
|
* The players to try out.
|
||||||
*/
|
*/
|
||||||
const tryMePlayers: string[] = ["Notch", "jeb_", "Dinnerbone", "Grumm", "Mojang"];
|
const tryMePlayers: string[] = ["Notch", "jeb_", "Dinnerbone", "Grumm", "deadmau5"];
|
||||||
|
|
||||||
export function TryAPlayer(): ReactElement {
|
export function TryAPlayer(): ReactElement {
|
||||||
return (
|
return (
|
||||||
|
@ -5,10 +5,10 @@ import Container from "./components/container";
|
|||||||
import ThemeProvider from "./components/theme-provider";
|
import ThemeProvider from "./components/theme-provider";
|
||||||
import { Toaster } from "./components/ui/toaster";
|
import { Toaster } from "./components/ui/toaster";
|
||||||
import { TooltipProvider } from "./components/ui/tooltip";
|
import { TooltipProvider } from "./components/ui/tooltip";
|
||||||
|
import { inter } from "@/app/font/fonts";
|
||||||
|
import config from "@root/config.json";
|
||||||
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import config from "@root/config.json";
|
|
||||||
import { inter } from "@/app/font/fonts";
|
|
||||||
|
|
||||||
export const viewport: Viewport = {
|
export const viewport: Viewport = {
|
||||||
themeColor: "#3498DB",
|
themeColor: "#3498DB",
|
||||||
|
Loading…
Reference in New Issue
Block a user