home page

This commit is contained in:
Sendou 2020-05-25 20:41:27 +03:00
parent 362a66bc8b
commit 85d0e9f0a6

View File

@ -115,7 +115,7 @@ const Stats: React.FC = () => {
</Link>{" "}
to discover upcoming events
</Box>
<Box>
<Box mb="0.5em">
<Link to="/plans">
<Box as="span" color={themeColorWithShade}>
Map drawing tool
@ -123,6 +123,14 @@ const Stats: React.FC = () => {
</Link>{" "}
to easily share your plans
</Box>
<Box>
<Link to="/analyzer">
<Box as="span" color={themeColorWithShade}>
Build analyzer
</Box>
</Link>{" "}
to find out exactly what your builds are doing
</Box>
</Flex>
</>
)