diff --git a/components/layout/config.tsx b/components/layout/config.tsx index 0a4be4a..9e286b9 100644 --- a/components/layout/config.tsx +++ b/components/layout/config.tsx @@ -68,4 +68,4 @@ export const mdxComponents = { Redirect: Redirect, Tip: Tip, Copy: Copy, -}; \ No newline at end of file +}; diff --git a/pages/_app.tsx b/pages/_app.tsx index d4415ab..76c35f1 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -13,7 +13,7 @@ type AppInitialPropsWithColor = AppInitialProps & { export default class Panel extends App { static async getInitialProps( - appContext: AppContext + appContext: AppContext, ): Promise { const appProps: AppInitialProps = await App.getInitialProps(appContext); return { @@ -33,4 +33,4 @@ export default class Panel extends App { ); } -} \ No newline at end of file +} diff --git a/pages/_document.tsx b/pages/_document.tsx index 1c49883..47e0845 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -1,25 +1,5 @@ import Document, { Html, Head, Main, NextScript } from "next/document"; import { createGetInitialProps } from "@mantine/next"; -import Script from 'next/script'; - - -import type { ReactElement } from "react"; - -const getInitialProps = createGetInitialProps(); - -export default class _Document extends Document { - static getInitialProps = getInitialProps; - - render(): ReactElement { - return ( - - - ); } -} \ No newline at end of file +} diff --git a/pages/staff-list.mdx b/pages/staff-list.mdx index 9a6b4dc..72dca5a 100644 --- a/pages/staff-list.mdx +++ b/pages/staff-list.mdx @@ -2,26 +2,13 @@

This is in position order + in who role was given

- | Name | Position | - | :--- | :--- | - | `dan_420` | Founder/Owner | - | `mikeyb3p0` | Co-Owner | - | `devdibster` | Staff Manager | - | `flaringphoenix` | System Administrator | - | `williamharrison` | Proxmox Administrator | - | `.avixity` | Panel Administrator | - | `fredd1e_` | Panel Administrator | - | `kwitsies` | Administrator | - | `jonfirexbox` | Administrator | - | `caliwyr` | Administrator | - | `fc5570` | Lead Developer | - | `im.artiom` | Backend Developer | - | `sliden` | Backend Developer | - | `itswizq` | Frontend Developer | - | `r.qlx` | Designer | - | `bocon` | Helper | - | `itsasheer` | Helper | - | `ninsacc` | Helper | - | `.akshtt.` | Helper | - | `_audir8` | Helper | -
\ No newline at end of file + | Name | Position | | :--- | :--- | | `dan_420` | Founder/Owner | | + `mikeyb3p0` | Co-Owner | | `devdibster` | Staff Manager | | `flaringphoenix` | + System Administrator | | `williamharrison` | Proxmox Administrator | | + `.avixity` | Panel Administrator | | `fredd1e_` | Panel Administrator | | + `kwitsies` | Administrator | | `jonfirexbox` | Administrator | | `caliwyr` | + Administrator | | `fc5570` | Lead Developer | | `im.artiom` | Backend + Developer | | `sliden` | Backend Developer | | `itswizq` | Frontend Developer + | | `r.qlx` | Designer | | `bocon` | Helper | | `itsasheer` | Helper | | + `ninsacc` | Helper | | `.akshtt.` | Helper | | `_audir8` | Helper | +