Skip to content

Commit

Permalink
Update Documentation.tsx
Browse files Browse the repository at this point in the history
Killed interface
  • Loading branch information
tomohiro-sawada authored Oct 12, 2023
1 parent d75b64a commit 412e91e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/screens/Documentation/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ const Documentation: React.FC = () => {
</Box>
<Box flexBasis={{ base: "100%", md: "auto" }}>
<Flex align="center">
<Heading fontSize="2s" color="white" mr={2}>
Try out our interface!
</Heading>
<Link href="/home" title="Go to interface">
<Icon as={FaArrowCircleRight} w={6} h={6} color="white" />
</Link>
Expand Down

0 comments on commit 412e91e

Please sign in to comment.