Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit f5a8b1f

Browse files
committed
Remove unused assets
1 parent fa49a96 commit f5a8b1f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

frontend/public/arrow.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

frontend/public/devdao-data.json.zip

-1.75 MB
Binary file not shown.

frontend/src/Components/Partners/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { ArrowForwardIcon } from '@chakra-ui/icons';
12
import {
23
Button,
34
Flex,
@@ -85,8 +86,7 @@ const Partners = () => {
8586
mb={'4rem'}
8687
onClick={handleButtonClick}
8788
>
88-
Become a partner{' '}
89-
<Image src="/arrow.svg" alt="arrow" width="15px" ml="8px" />
89+
Become a partner <ArrowForwardIcon w="1.5rem" h={'22px'} ml="8px" />
9090
</Button>
9191
</Flex>
9292
);

0 commit comments

Comments
 (0)