Skip to content

Commit 4e189dd

Browse files
committed
404 Page improvements
For the love of god let us know when stuff goes bad
1 parent 037706d commit 4e189dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ui/src/pages/404Page.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Grommet, Box, Text, Button } from "grommet";
1+
import { Grommet, Heading, Box, Text, Button } from "grommet";
22
import { Twitter, Facebook, Instagram } from "grommet-icons";
33

44
export default function PageNotFound() {
@@ -9,6 +9,8 @@ export default function PageNotFound() {
99
<Box>
1010
<Text margin={{ vertical: "large" }} size="large" weight="bold">We ran into a problem, and we didn't know where to send you. Now you need to choose.</Text>
1111
<Text>You can't search online for the solution, but you can click a link below!</Text>
12+
13+
<Heading level={3}>😧 Do you think something went wrong? Email us at: <Button href="mailto:wichacks@rit.edu" target="_blank" plain style={{ textDecoration: "underline"}}>wichacks@rit.edu</Button></Heading>
1214
<Button plain href="/user" margin={{ vertical: "medium" }}>
1315
<Box background="white" style={{ borderRadius: "20px"}} pad="medium" width="medium" align="center" justify="center">
1416
<Text weight="bold" color="#714ba0" size="large">Apply to WiCHacks</Text>

0 commit comments

Comments
 (0)