Skip to content

Commit

Permalink
updated getstarted hero image (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Sep 10, 2024
1 parent 0577be9 commit 887bb2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/GetStarted/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from 'next/image';
import { StaticImport } from 'next/dist/shared/lib/get-img-props';
import gtcBackground from './images/gtc-background.svg';
import ocsTitle from './images/onchain-summer.svg';
import getStartedHeroImage from './images/gs_hero_img.webp';

const heroContainerClasses = `
w-full
Expand Down Expand Up @@ -37,7 +37,7 @@ export default async function Hero() {
</span>
</div>
<div className="self-end">
<Image src={ocsTitle as StaticImport} alt="onchain summer" />
<Image src={getStartedHeroImage as StaticImport} alt="onchain summer" />
</div>
</div>
</div>
Expand Down
Binary file not shown.
7 changes: 0 additions & 7 deletions apps/web/src/components/GetStarted/images/onchain-summer.svg

This file was deleted.

1 comment on commit 887bb2a

@BrainstormJ
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import Image from 'next/image';
import { StaticImport } from 'next/dist/shared/lib/get-img-props';
import gtcBackground from './images/gtc-background.svg';
import ocsTitle from './images/onchain-summer.svg';
import getStartedHeroImage from './images/gs_hero_img.webp';

const heroContainerClasses = `
w-full
@@ -37,7 +37,7 @@ export default async function Hero() {



<Image src={ocsTitle as StaticImport} alt="onchain summer" />
<Image src={getStartedHeroImage as StaticImport} alt="onchain summer" />


Please sign in to comment.