Skip to content

Commit

Permalink
refactor: settingIcon webp로 변경 #291
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Sep 25, 2024
1 parent ed5945a commit 3e7ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import useRoutePath from './hooks/useRoutePath';

import ArrowLeft from '@/assets/images/arrowLeft.svg';
import ExitIcon from '@/assets/images/exitIcon.webp';
import SettingIcon from '@/assets/images/settingsIcon.png';
import SettingIcon from '@/assets/images/settingsIcon.webp';
import RoomSettingModal from '@/components/common/RoomSettingModal/RoomSettingModal';
import { ROUTES } from '@/constants/routes';
import useBalanceContentQuery from '@/hooks/useBalanceContentQuery';
Expand Down

0 comments on commit 3e7ce9e

Please sign in to comment.