Skip to content

Commit 573071d

Browse files
authored
feat: 공지 이미지추가 (#370) (#371)
2 parents a0ced70 + 9feb3fc commit 573071d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

public/info3.webp

37.3 KB
Loading

public/info4.webp

35.1 KB
Loading

public/info5.webp

34.9 KB
Loading

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 = ['/info.webp'];
17+
const mokImages = ['/info3.webp', '/info4.webp', '/info5.webp', '/info.webp'];
1818

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

0 commit comments

Comments
 (0)