Skip to content

Commit bafdfd1

Browse files
authored
fix: 공지사항 이미지 제거 (#364)
1 parent 66dfade commit bafdfd1

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)