Skip to content

Commit

Permalink
Update Home.tsx
Browse files Browse the repository at this point in the history
Anonymity
  • Loading branch information
tomohiro-sawada authored Oct 12, 2023
1 parent cb1b7dd commit e95ca83
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/screens/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ export default function Home() {
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" }}>
<Link href="/" title="Return Home">
Expand Down Expand Up @@ -292,16 +289,6 @@ export default function Home() {
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">
Built with ❤️ by DuckAI
</Text>
</Link>
</Flex>
</>
);
Expand Down

0 comments on commit e95ca83

Please sign in to comment.