Skip to content

Commit

Permalink
fix: 잘못 import되어 있는 image
Browse files Browse the repository at this point in the history
  • Loading branch information
loopy-lim authored Feb 29, 2024
2 parents b21081b + 55cfa05 commit e243b0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FOOTER } from "@/src/constants/common.ko";
import { LinkTo } from "./LinkTo";
import Link from "next/link";
import { Icon } from "./Icon";
import { Image } from "./Image";
import Image from "next/image";

const FooterDesktop = () => {
return (
Expand Down
24 changes: 0 additions & 24 deletions src/components/common/Image.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/constants/url.ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const URLS = {
TEXT: "주간 발표 자료",
},
LAST_ANOUNCE_VIDEO: {
LINK: "https://www.youtube.com/live/vVuFdP8J4n4?si=HKf8Z0x7VnOt_781",
LINK: "https://www.youtube.com/live/vVuFdP8J4n4?si=iDW4W02S9L8jZVFQ",
TEXT: "최종 발표 영상",
},
KAKAO_LINK: {
Expand Down Expand Up @@ -64,7 +64,7 @@ const URLS = {
TEXT: "youtube",
},
APPLY_LINK: {
LINK: "/recruit",
LINK: "https://recruit.econovation.kr/application",
TEXT: "지원하기",
},
ECONO_RECRUIT: {
Expand Down

0 comments on commit e243b0f

Please sign in to comment.