Skip to content

Commit f7cd698

Browse files
committed
파일명 대문자수정
1 parent f5f7093 commit f7cd698

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

public/1Stars.png

-28.5 KB
Binary file not shown.

public/1Stars.webp

-13.5 KB
Binary file not shown.

public/2Stars.png

-30.8 KB
Binary file not shown.

public/2Stars.webp

-14.5 KB
Binary file not shown.

src/domains/main/components/3d/StarMain.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use client';
22

33
import { useEffect, useRef } from 'react';
4-
import foreStar from '../../../../../public/1Star.webp';
5-
import backStar from '../../../../../public/2Star.webp';
4+
import foreStar from '../../../../../public/1star.webp';
5+
import backStar from '../../../../../public/2star.webp';
66
import gsap from 'gsap';
77

88
function StarMain() {

src/domains/main/components/FinalLanding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function FinalLanding() {
7575
</div>
7676
</div>
7777
) : (
78-
<div className="overflow-x-hidden sm:-mb-20">
78+
<div className="overflow-x-hidden">
7979
{isLoading && <Spinner />}
8080
<Landing setIsLoading={setIsLoading} isDesktop={isDesktop} />
8181
{!isLoading && (

0 commit comments

Comments
 (0)