Skip to content

Commit

Permalink
Fix masthead background image path
Browse files Browse the repository at this point in the history
  • Loading branch information
rodleviton committed Nov 21, 2023
1 parent 83a3ef4 commit ef68440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Masthead = forwardRef<React.ComponentRef<typeof SectionWrapper>, Props>(
return (
<SectionWrapper
className={cn(
"bg-[url('/images/distance_nebulae_bg.jpg')]",
"bg-[url('https://raw.githubusercontent.com/reactivepixels/recast/main/packages/docs/public/images/distance_nebulae_bg.jpg')]",
"bg-[calc(50%_+_150px)_0]",
"bg-no-repeat",
"overflow-hidden",
Expand Down

0 comments on commit ef68440

Please sign in to comment.