Skip to content

Commit

Permalink
Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWentao-Github authored Sep 22, 2024
1 parent aff671f commit 589da81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/main-layout/background/detroit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ export const DetroitBackground: React.FC<IDetroitBackgroundProps> = () => {
transition={{ duration: 0.2 }}
>
<Image
src={backgroundLeftImage}
src=https://bucket.zhang-wen-tao.com/background_left.webp /*{backgroundLeftImage}*/
alt="ga_background_left"
className="absolute !-left-20 !-top-8 h-[calc(100vh+4rem)] w-[35vw] max-sm:!-left-10 max-sm:object-cover max-sm:object-right"
data-depth="0.2"
onLoad={() => setIsLeftLoaded(true)}
/>
<Image
src={backgroundRightImage}
src=https://bucket.zhang-wen-tao.com/background_right.webp /*{backgroundRightImage}*/
alt="ga_background_left"
className="absolute !-top-[2rem] !left-[26vw] h-[calc(100vh+5rem)] w-[80vw] max-sm:!left-[20vw] max-sm:object-cover max-sm:object-left"
data-depth="0.3"
Expand Down

0 comments on commit 589da81

Please sign in to comment.