Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
wagmi-x committed Nov 6, 2023
1 parent 38a1a48 commit 60356a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
Binary file modified app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion components/Competitive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const Competitive = () => {
<div className='w-1/6'>No</div>
</div>
<div className='flex rower'>
<div className='w-1/6'>Cosst</div>
<div className='w-1/6'>Cost</div>
<div className='w-1/6 rower-primary'>Low</div>
<div className='w-1/6'>Low</div>
<div className='w-1/6'>Low</div>
Expand Down
10 changes: 5 additions & 5 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ export const Footer = () => {
<div className='flex justify-between items-center'>
<div className={'text-gray-500 text-sm '}>Copyright © EthDA 2023 All Rights Reserved</div>
<div className='flex gap-10'>
<Link href={''} className={'link-icon'}>
<Link href={'https://t.me/CrustNetwork'} target={'_blank'} className={'link-icon'}>
<TelegramIcon />
</Link>
<Link href={''} className={'link-icon'}>
<Link href={'https://crustnetwork.medium.com/'} target={'_blank'} className={'link-icon'}>
<MediumIcon />
</Link>
<Link href={''} className={'link-icon'}>
<Link href={'https://twitter.com/CrustNetwork'} target={'_blank'} className={'link-icon'}>
<TwitterIcon />
</Link>
<Link href={''} className={'link-icon'}>
<Link href={'https://github.com/crustio'} target={'_blank'} className={'link-icon'}>
<GithubIcon />
</Link>
<Link href={''} className={'link-icon'}>
<Link href={'https://discord.com/invite/Jbw2PAUSCR'} target={'_blank'} className={'link-icon'}>
<DiscordIcon />
</Link>
</div>
Expand Down
8 changes: 6 additions & 2 deletions components/What.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const What = () => {
>
<div className='w-[420px] shrink-0'>
<div className='subtitle mb-6'>
<div>EthDA is an</div>
<div>EthDA is a</div>
scalable Ethereum layer2
<div>Data Availability solution.</div>
</div>
Expand All @@ -28,7 +28,11 @@ export const What = () => {
</div>
<div className={'flex justify-center w-[560px]'}>
<div className={'text-right inline'}>
<Link href={'/'} className={'hover:underline border border-primary rounded-lg px-4 py-2 text-sm text-primary'}>
<Link
target={'_blank'}
href={'https://ethereum.org/en/roadmap/danksharding'}
className={'underline border border-primary rounded-lg px-4 py-2 text-sm text-primary'}
>
Ethereum's Danksharding roadmap
</Link>
<img src={'/what-2.png'} alt={'what-2'} width={'100%'} />
Expand Down

0 comments on commit 60356a2

Please sign in to comment.