Update intro arrows

This commit is contained in:
nickofolas 2022-04-29 16:59:38 -05:00
parent 47abdffb1c
commit 2f12484f9e

@ -92,7 +92,7 @@ export function Intro(props: IProps): React.ReactElement {
<Typography sx={{ lineHeight: "1em", whiteSpace: "pre" }}>[{coloredArrow(props.Difficulty)}]</Typography>
<Typography
sx={{ lineHeight: "1em", whiteSpace: "pre" }}
>{` ▲ ▲ ▲ ▲`}</Typography>
>{`▲ ▲ ▲ ▲`}</Typography>
<Typography
sx={{ lineHeight: "1em", whiteSpace: "pre" }}
>{` Trivial Normal Hard Impossible`}</Typography>