Skip to content

Commit

Permalink
Include minesweeper reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rulyotano committed Dec 5, 2023
1 parent 91c7b1a commit 847a3b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import CodesignalIcon from "components/icons/CodesignalIcon";
import MediumIcon from "components/icons/MediumIcon";
import SectionItemReference from "components/SectionItemReference";
import DataItem from "components/DataItem";
import MineIcon from "@material-ui/icons/Brightness5Outlined";
import settings from "data.json";
import gravatar from "gravatar.json";

Expand Down Expand Up @@ -109,6 +110,13 @@ export default function Index() {
description="[email protected]"
/>
</Grid>
<Grid item>
<ReferenceIcon
icon={MineIcon}
description="play-and-score@minesweeper"
href="https://minesweeper.rulyotano.com"
/>
</Grid>
</Grid>
</Box>

Expand Down

0 comments on commit 847a3b4

Please sign in to comment.