Skip to content

Commit

Permalink
Update-Done
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 committed Aug 2, 2024
1 parent be2e527 commit e226158
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 47 deletions.
2 changes: 1 addition & 1 deletion components/layout/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ export const mdxComponents = {
Redirect: Redirect,
Tip: Tip,
Copy: Copy,
};
};
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type AppInitialPropsWithColor = AppInitialProps & {

export default class Panel extends App<AppInitialPropsWithColor> {
static async getInitialProps(
appContext: AppContext
appContext: AppContext,
): Promise<AppInitialProps & { colorScheme: ColorScheme }> {
const appProps: AppInitialProps = await App.getInitialProps(appContext);
return {
Expand All @@ -33,4 +33,4 @@ export default class Panel extends App<AppInitialPropsWithColor> {
</PanelProvider>
);
}
}
}
22 changes: 1 addition & 21 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<Html>
<Head>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
import Document, { Html, Head, Main, NextScript } from "next/document";
import { createGetInitialProps } from "@mantine/next";

import type { ReactElement } from "react";

Expand Down Expand Up @@ -65,4 +45,4 @@ export default class _Document extends Document {
</Html>
);
}
}
}
33 changes: 10 additions & 23 deletions pages/staff-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,13 @@
<p align="center"> This is in position order + in who role was given </p>

<div align="center">
| 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 |
</div>
| 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 |
</div>

0 comments on commit e226158

Please sign in to comment.