Skip to content

Commit

Permalink
refactor: 로고 파일 위치 변경 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Nov 18, 2024
1 parent e3d2f4b commit 56b0ca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/GNB/GNB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { GNB_MENU_NAME, GNBMenu } from '~/constant/gnb';
import { useDropDown } from '~/hooks/useDropdown';
import { mediaQuery } from '~/styles/media';

const LOGO_IMAGE = `/images/16th/images/logo/depromeet.svg`;
const LOGO_IMAGE = `/images/16th/logo/depromeet.svg`;
const CURRENT_GENERATION = 16;

function NotifyButton() {
Expand Down

0 comments on commit 56b0ca4

Please sign in to comment.