Skip to content

Commit 388a076

Browse files
authored
Merge pull request #365 from Passtival/develop
공지사항 이미지 제거로 인한 재배포
2 parents ad93ae9 + bafdfd1 commit 388a076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { usePersistedState } from '@shared/hooks/use-persisted-state';
1414

1515
import * as styles from './home.css';
1616

17-
const mokImages = ['/info2.webp', '/info.webp'];
17+
const mokImages = ['/info.webp'];
1818

1919
const Home = () => {
2020
const navigate = useNavigate();

0 commit comments

Comments
 (0)