Skip to content

Commit

Permalink
Update Documentation.tsx
Browse files Browse the repository at this point in the history
Kill interface arrow
  • Loading branch information
tomohiro-sawada authored Oct 12, 2023
1 parent e95ca83 commit 8e53966
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/screens/Documentation/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ const Documentation: React.FC = () => {
textAlign={{ base: "center", md: "left" }}
>
</Box>
<Box flexBasis={{ base: "100%", md: "auto" }}>
<Flex align="center">
<Link href="/home" title="Go to interface">
<Icon as={FaArrowCircleRight} w={6} h={6} color="white" />
</Link>
</Flex>
</Box>
</Flex>

<Container maxW="container.xl" py={8}>
Expand Down

0 comments on commit 8e53966

Please sign in to comment.