Skip to content

Commit

Permalink
Rename: 불필요한 파일 삭제 및 파일을 도메인 별로 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJinNo committed Sep 17, 2024
1 parent cfa05b6 commit c3defc7
Show file tree
Hide file tree
Showing 114 changed files with 440 additions and 1,054 deletions.
16 changes: 0 additions & 16 deletions public/PostImage.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/PostImage2.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/PostImage3.svg

This file was deleted.

File renamed without changes
File renamed without changes
116 changes: 0 additions & 116 deletions public/auth_brand_image.svg

This file was deleted.

Binary file removed public/banner-image1.png
Binary file not shown.
Binary file removed public/banner-image2.png
Binary file not shown.
Binary file removed public/banner-image3.png
Binary file not shown.
176 changes: 0 additions & 176 deletions public/banner2-image.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 0 additions & 3 deletions public/day-text-dark-mode.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/diary-image1.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/diary-image2.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 0 additions & 11 deletions public/example/diary/detail/diary-image1.svg
Diff not rendered.
9 changes: 0 additions & 9 deletions public/example/diary/detail/diary-image2.svg
Diff not rendered.
9 changes: 0 additions & 9 deletions public/example/diary/detail/diary-image3.svg
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed public/loading.png
Diff not rendered.
File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion public/next.svg
Diff not rendered.
File renamed without changes
Binary file removed public/pin-icon.png
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant1.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant2.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant3.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant4.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant5.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant6.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant7.svg
Diff not rendered.
14 changes: 0 additions & 14 deletions public/restaurant8.svg
Diff not rendered.
Binary file removed public/search-icon-dark-mode.png
Diff not rendered.
Binary file removed public/solitour-logo-dark-mode.png
Diff not rendered.
Binary file removed public/test.png
Diff not rendered.
61 changes: 0 additions & 61 deletions public/user_sex_man_default_image.svg
Diff not rendered.
71 changes: 0 additions & 71 deletions public/user_sex_woman_default_image.svg
Diff not rendered.
1 change: 0 additions & 1 deletion public/vercel.svg
Diff not rendered.
8 changes: 4 additions & 4 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ const Error = () => {
<main className="flex w-full items-center justify-center px-6 py-20">
<div className="flex w-full flex-col items-start justify-center">
<div className="flex flex-col items-start justify-center gap-6">
<h1 className="text-[2.25rem] font-bold text-black max-[744px]:text-2xl ">
<h1 className="text-[2.25rem] font-bold text-black max-[744px]:text-2xl">
앗..오류가 발생하였습니다.
</h1>
<div className="flex flex-col items-start text-gray1 ">
<div className="flex flex-col items-start text-gray1">
<p>시스템에 오류가 발생하였습니다.</p>
<p>잠시 후에 다시 시도해 주세요.</p>
</div>
<div className="flex flex-row items-center gap-[0.625rem]">
<Link
className="flex h-[2.625rem] w-[6.625rem] flex-row items-center justify-center rounded-full border-[0.0625rem] border-gray3 hover:scale-105 "
className="flex h-[2.625rem] w-[6.625rem] flex-row items-center justify-center rounded-full border-[0.0625rem] border-gray3 hover:scale-105"
href="/"
>
홈으로
Expand All @@ -35,7 +35,7 @@ const Error = () => {
<div className="flex w-full flex-row justify-end">
<div className="relative h-[14.375rem] w-[18.375rem] max-[1024px]:w-[16rem] max-[744px]:w-[14rem]">
<Image
src="/error_sign.svg"
src="/error/error_sign.svg"
alt="error_sign"
fill={true}
style={{ objectFit: "contain" }}
Expand Down
2 changes: 1 addition & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NotFound = () => {
<main className="flex flex-col items-center justify-center gap-6 py-20">
<div className="relative aspect-[75/46] w-[23.4375rem] max-[744px]:w-80">
<Image
src="/404.svg"
src="/not-found/404.svg"
alt="404"
fill={true}
style={{ objectFit: "contain" }}
Expand Down
8 changes: 6 additions & 2 deletions src/components/auth/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ const SignIn = () => {
href="/api/auth/kakao"
>
<div className="absolute left-[1rem] top-[50%] aspect-square w-[1rem] translate-y-[-50%]">
<Image src={"/kakao-icon.svg"} alt={"kakao-logo-image"} fill={true} />
<Image
src={"/auth/kakao-icon.svg"}
alt={"kakao-logo-image"}
fill={true}
/>
</div>
<span className="text-sm font-semibold text-black">
카카오로 로그인
Expand All @@ -48,7 +52,7 @@ const SignIn = () => {
>
<div className="absolute left-[1rem] top-[50%] aspect-square w-[1rem] translate-y-[-50%]">
<Image
src={"/google-icon.svg"}
src={"/auth/google-icon.svg"}
alt={"google-logo-image"}
fill={true}
/>
Expand Down
8 changes: 6 additions & 2 deletions src/components/auth/SignUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ const SignUp = () => {
href="/api/auth/kakao"
>
<div className="absolute left-[1rem] top-[50%] aspect-square w-[1rem] translate-y-[-50%]">
<Image src={"/kakao-icon.svg"} alt={"kakao-logo-image"} fill={true} />
<Image
src={"/auth/kakao-icon.svg"}
alt={"kakao-logo-image"}
fill={true}
/>
</div>
<span className="text-sm font-semibold text-black">
카카오로 1초만에 시작하기
Expand All @@ -48,7 +52,7 @@ const SignUp = () => {
>
<div className="absolute left-[1rem] top-[50%] aspect-square w-[1rem] translate-y-[-50%]">
<Image
src={"/google-icon.svg"}
src={"/auth/google-icon.svg"}
alt={"google-logo-image"}
fill={true}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Banner = ({ content, buttonText, category }: Props) => {
<div className="relative flex h-[13.5rem] w-[24.875rem] animate-bannerImage items-center justify-end max-[1024px]:mt-8 max-[1024px]:h-[10.6875rem] max-[744px]:justify-center">
<Image
className="object-contain"
src="/banner-image.png"
src="/information/banner-image.png"
alt="banner-image"
fill={true}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Breadcrumbs: FC<BreadcrumbsProps> = ({ categories }) => {
<div className="text-gray1">
<Link href={"/"}>
<Image
src={"/home-icon.svg"}
src={"/common/home-icon.svg"}
alt={"home-icon-image"}
width={12}
height={12}
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/FloatingButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const FloatingButton = ({ visible, ref, onClick, onScrollToTop }: Props) => {
>
<Image
className="-ml-1"
src="/pencil-icon.png"
src="/common/pencil-icon.png"
alt="pencil-icon"
width={24}
height={24}
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer = () => {
<div className="flex w-[60rem] flex-col gap-4 px-4 py-8">
<Link className="relative h-8 w-[5.75rem]" href="/">
<Image
src={"/Solitour-logo.svg"}
src={"/common/solitour-logo.svg"}
alt={"/background"}
fill={true}
style={{
Expand Down
Loading

0 comments on commit c3defc7

Please sign in to comment.