Skip to content

Commit

Permalink
Update Documentation.tsx
Browse files Browse the repository at this point in the history
Anonymity
  • Loading branch information
tomohiro-sawada authored Oct 12, 2023
1 parent 292ef98 commit d75b64a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/screens/Documentation/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ const Documentation: React.FC = () => {
flexGrow={1}
textAlign={{ base: "center", md: "left" }}
>
<Link href="https://duckai.org">
<Image src="/twitter-card.png" alt="DuckAI Logo" maxW="150px" />
</Link>
</Box>
<Box flexBasis={{ base: "100%", md: "auto" }}>
<Flex align="center">
Expand Down Expand Up @@ -338,14 +335,9 @@ const Documentation: React.FC = () => {
padding={6}
bg="teal.500"
>
<Link
href="https://github.com/TheDuckAI"
color="white"
textDecoration="underline"
_hover={{ color: "white", textDecoration: "underline" }}
>

<Text fontWeight="bold" fontSize="md">
Copyright © 2023 DuckAI
Copyright © 2023 ARB Team
</Text>
</Link>
</Flex>
Expand Down

0 comments on commit d75b64a

Please sign in to comment.