-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated getstarted hero image (#989)
- Loading branch information
1 parent
0577be9
commit 887bb2a
Showing
3 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
887bb2a
There was a problem hiding this comment.
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" />