Skip to content

Commit

Permalink
Update landing hero image source
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht committed Nov 27, 2023
1 parent 80ae2cb commit be9711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/landing/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Landing({ latest, tags, popular }: { latest: any, tags:
<div className="landing__hero px-6 xl:px-36 2xl:px-64 border-b">
<div className="landing__hero_content flex flex-col md:my-24 my-8 space-y-8 md:space-y-24 items-center justify-center">
<div className="landing_hero-image w-[120vw] md:w-full">
<Image loading="eager" src="https://falsenotescontent.blob.core.windows.net/header/header-img.png" sizes="100vw" width={1200} height={283} layout="responsive"
<Image loading="eager" src="https://falsenotescontent.blob.core.windows.net/header/header-img.webp" sizes="100vw" width={1200} height={283} layout="responsive"
// Make the image display full width
style={{
width: '120vw',
Expand Down

0 comments on commit be9711a

Please sign in to comment.