diff --git a/frontend/src/components/about.tsx b/frontend/src/components/about.tsx index cb1c4c3..937213a 100644 --- a/frontend/src/components/about.tsx +++ b/frontend/src/components/about.tsx @@ -1,4 +1,15 @@ -import { Backdrop, Button, createStyles, Fade, makeStyles, Modal, Paper, Theme } from '@material-ui/core'; +import { + Backdrop, + Button, + createStyles, + Fade, + Link, + LinkProps, + makeStyles, + Modal, + Paper, + Theme, +} from '@material-ui/core'; import { Help } from '@material-ui/icons'; import * as React from 'react'; @@ -18,6 +29,10 @@ const useStyles = makeStyles((theme: Theme) => }) ); +const NewPageLink = (props: LinkProps) => ( + +); + export const AboutButton = (props: { style?: React.CSSProperties }) => { const classes = useStyles(); const [open, setOpen] = React.useState(false); @@ -54,6 +69,19 @@ export const AboutButton = (props: { style?: React.CSSProperties }) => { Their teammates then try to guess the words while avoiding the opposing team's, and may guess as many times as the words the spymaster gave in their clue, plus an additional guess.

+

About this site

+

+ This site was created by Zikaeroh ( + GitHub,{' '} + Twitch,{' '} + Twitter). It's a new + creation, but takes heavy inspiration from the wonderful{' '} + codenames.plus. +

+

+ You can find this site's code on{' '} + GitHub. +