Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/assets/ccip.png
Binary file not shown.
6 changes: 0 additions & 6 deletions src/components/CCIP/ChainHero/ChainHero.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
border-bottom: 1px solid var(--gray-200);
}

.ccip-chain-hero__grid {
width: 100vw;
z-index: 4;
position: relative;
}

.ccip-chain-hero__heading {
color: var(--gray-900);
display: flex;
Expand Down
2 changes: 0 additions & 2 deletions src/components/CCIP/ChainHero/ChainHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ function ChainHero({ chains, tokens, network, token, environment, lanes }: Chain

return (
<section className="ccip-chain-hero">
<img src="/assets/ccip.png" alt="" className="ccip-chain-hero__grid" />

<div className="ccip-chain-hero__content">
<div className="ccip-chain-hero__top">
<Breadcrumb
Expand Down
4 changes: 0 additions & 4 deletions src/components/CCIP/Hero/Hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
border-bottom: 1px solid var(--gray-200);
}

.ccip-hero__grid {
width: 100vw;
}

.ccip-hero__heading {
color: var(--gray-900);
}
Expand Down
1 change: 0 additions & 1 deletion src/components/CCIP/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ interface HeroProps {
function Hero({ chains, tokens, environment, lanes }: HeroProps) {
return (
<section className="ccip-hero">
<img src="/assets/ccip.png" alt="" className="ccip-hero__grid" />
<div className="ccip-hero__content">
<h1 className="ccip-hero__heading">CCIP Directory</h1>
<Search chains={chains} tokens={tokens} environment={environment} lanes={lanes} />
Expand Down