Skip to content

Commit

Permalink
fix: logos
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Nov 20, 2024
1 parent 87a482c commit 5bbd7bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/common/components/ModalMobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ export function FooterNav(): ReactElement {
href={'https://paragraph.xyz/@yearn'}
target={'_blank'}
className={'flex items-center gap-x-4'}>
<IconParagraph className={'size-8 transition-colors hover:text-primary'} />
<IconParagraph className={'size-8 text-white transition-colors hover:text-primary'} />
</Link>
<Link
href={'https://discord.com/invite/b8ENPNqG5c'}
target={'_blank'}
className={'flex items-center gap-x-4'}>
<IconDiscord className={'size-8 transition-colors hover:text-primary'} />
<IconDiscord className={'size-8 text-white transition-colors hover:text-primary'} />
</Link>
<Link
href={'https://x.com/yearnfi'}
target={'_blank'}
className={'flex items-center gap-x-4'}>
<IconTwitter className={'size-8 transition-colors hover:text-primary'} />
<IconTwitter className={'size-8 text-white transition-colors hover:text-primary'} />
</Link>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions apps/landing/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function AnimatedLogos(): ReactElement {
style={{
backgroundImage: "url('/landing/yfi-top-right.png')",
backgroundRepeat: 'no-repeat',
backgroundSize: '100% 100%',
width: '240px',
height: '240px'
}}
Expand Down
Binary file modified public/landing/yfi-top-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bbd7bc

Please sign in to comment.