Skip to content

Commit

Permalink
Merge pull request #139 from CNS-DGSW/style/#138
Browse files Browse the repository at this point in the history
assests/Img 하위 폴더명 대소문자 변경
  • Loading branch information
sueeeeh authored Jun 7, 2024
2 parents 5e1d7ec + edf8b54 commit 4d7f2ff
Show file tree
Hide file tree
Showing 55 changed files with 33 additions and 33 deletions.
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
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
4 changes: 2 additions & 2 deletions src/components/ChangePassword/style.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from "styled-components"
import DGSW from "@/assets/Img/logo/dgswBlue.svg"
import DGSW from "@/assets/Img/Logo/dgswBlue.svg"
import Link from "next/link"
import SuccessedEmailAuth from "@/assets/Img/icon/successedEmailAuthIcon.svg"
import SuccessedEmailAuth from "@/assets/Img/Icon/successedEmailAuthIcon.svg"

export const ChangePasswordForm = styled.form``

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"
import * as S from "./style"
import { useChatBot } from "@/hooks/ChatBot/useChatBot"
import type { ChatBotwelcomeGreetingContentPropsType } from "@/types/ChatBot/chatBot.type"
import ChatIcon from "@/assets/Img/icon/chatIcon.svg"
import ChatIcon from "@/assets/Img/Icon/chatIcon.svg"

const ChatBotWelcomeGreetingContent: React.FC<
ChatBotwelcomeGreetingContentPropsType
Expand Down
2 changes: 1 addition & 1 deletion src/components/ChatBot/ChatBotModalLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"
import { createPortal } from "react-dom"
import * as S from "./style"
import type { ChatBotModalLayoutPropsType } from "@/types/ChatBot/chatBot.type"
import ExitChatBotModalIcon from "@/assets/Img/icon/exitChatBotModalIcon.svg"
import ExitChatBotModalIcon from "@/assets/Img/Icon/exitChatBotModalIcon.svg"

const ChatBotModalLayout: React.FC<ChatBotModalLayoutPropsType> = ({
modalOpened,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ChatBot/ChatBotQuestionInput/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import * as S from "./style"
import PaperPlaneIcon from "@/assets/Img/icon/paperPlaneIcon.svg"
import PaperPlaneIcon from "@/assets/Img/Icon/paperPlaneIcon.svg"
import type { ChatBotQuestionInputPropsType } from "@/types/ChatBot/chatBot.type"

const ChatBotQuestionInput: React.FC<ChatBotQuestionInputPropsType> = ({
Expand Down
4 changes: 2 additions & 2 deletions src/components/ChatBot/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react"
import * as S from "./style"
import ChatBotBtnIcon from "@/assets/img/Icon/chatBotBtnIcon.svg"
import ChatBotSpeechBubbleIcon from "@/assets/img/Icon/chatBotSpeechBubbleIcon.svg"
import ChatBotBtnIcon from "@/assets/Img/Icon/chatBotBtnIcon.svg"
import ChatBotSpeechBubbleIcon from "@/assets/Img/Icon/chatBotSpeechBubbleIcon.svg"
import ChatBotModalLayout from "./ChatBotModalLayout/index"
import ChatBotInteraction from "./ChatBotModalInteraction"
import { useChatBotInteraction } from "@/hooks/ChatBot/useChatBotInteraction"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Signin/style.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from "next/link"
import styled from "styled-components"
import DGSWblueLogo from "@/assets/Img/logo/dgswBlue.svg"
import DGSWblueLogo from "@/assets/Img/Logo/dgswBlue.svg"
// import DGSWPHONE from "@/assets/DGSWBluePhone.svg"

export const SigninForm = styled.form``
Expand Down
4 changes: 2 additions & 2 deletions src/components/Write/School/SchoolSearchModal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from "react"
import * as S from "./style"
import ExitIcon from "@/assets/img/Icon/ExitModal.svg"
import ExitIconMoblie from "@/assets/img/Icon/ExitModalMoblie.svg"
import ExitIcon from "@/assets/Img/Icon/ExitModal.svg"
import ExitIconMoblie from "@/assets/Img/Icon/ExitModalMoblie.svg"
import useScSearchModal from "@/hooks/Write/useScSearchModal"
import useGetBrWidth from "@/hooks/useGetBrWidth"

Expand Down
8 changes: 4 additions & 4 deletions src/components/common/DateChecker/viewAll/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Contents from "./contents"
import * as S from "./style"
import type { IContents } from "./type"
import Interview from "@/assets/img/Icon/schedule/Interview.svg"
import MessageIcon from "@/assets/img/Icon/schedule/MessageIcon.svg"
import Notification from "@/assets/img/Icon/schedule/Notification.svg"
import Register from "@/assets/img/Icon/schedule/Register.svg"
import Interview from "@/assets/Img/Icon/schedule/Interview.svg"
import MessageIcon from "@/assets/Img/Icon/schedule/MessageIcon.svg"
import Notification from "@/assets/Img/Icon/schedule/Notification.svg"
import Register from "@/assets/Img/Icon/schedule/Register.svg"

const ContentsValue: IContents[] = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/DatePicker/style.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components"
import CalanderSVG from "@/assets/img/Icon/calander.svg"
import CalanderSVG from "@/assets/Img/Icon/calander.svg"

export const DatePickerIconBox = styled.div`
cursor: pointer;
Expand Down
8 changes: 4 additions & 4 deletions src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from "react"
import * as S from "./style"
import DGSWLogoSVG from "@/assets/img/Logo/dgswLogo_color.svg"
import CNSLogoPNG from "@/assets/img/Logo/cnsLogo.png"
import YoutubeSVG from "@/assets/img/Icon/youtube.svg"
import InstaSVG from "@/assets/img/Icon/instagram.svg"
import DGSWLogoSVG from "@/assets/Img/Logo/dgswLogo_color.svg"
import CNSLogoPNG from "@/assets//Img/Logo/cnsLogo.png"
import YoutubeSVG from "@/assets/Img/Icon/youtube.svg"
import InstaSVG from "@/assets/Img/Icon/instagram.svg"

const Footer = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
SelectContainer,
SelectIconWrap,
} from "./style"
// import selectIcon from "../../../assets/img/Icon/selectIcon.svg"
// import selectIcon from "../../../assets/Img/Icon/selectIcon.svg"
import { useOutsideClick } from "@/hooks/useOutsideClick"
import useGetBrWidth from "@/hooks/useGetBrWidth"

Expand Down
4 changes: 2 additions & 2 deletions src/components/common/navbar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as S from "./style"
import NavbarItem from "./navbarItem"
import DGSWLogo from "@/assets/img/Logo/dgswLogo.svg"
import NavBarContentsBtn from "@/assets/img/Icon/navBarContentsBtn.svg"
import DGSWLogo from "@/assets/Img/Logo/dgswLogo.svg"
import NavBarContentsBtn from "@/assets/Img/Icon/navBarContentsBtn.svg"
import { useNavBar } from "@/hooks/useNavBar"
import { useState } from "react"

Expand Down
4 changes: 2 additions & 2 deletions src/components/inform/detail/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react"
import * as S from "./style"
import InformDateIcon from "@/assets/img/Icon/informDateIcon.svg"
import InformIcon from "@/assets/img/Icon/informIcon.svg"
import InformDateIcon from "@/assets/Img/Icon/informDateIcon.svg"
import InformIcon from "@/assets/Img/Icon/informIcon.svg"
import Link from "next/link"
import { useRouter } from "next/router"
import { useInformQuery } from "@/hooks/Inform/useInformQuery"
Expand Down
2 changes: 1 addition & 1 deletion src/components/inform/detail/style.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components"
import folderIcon from "@/assets/img/Icon/folderIcon.svg"
import folderIcon from "@/assets/Img/Icon/folderIcon.svg"
import Link from "next/link"

interface IIsImportant {
Expand Down
2 changes: 1 addition & 1 deletion src/components/inform/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react"
import * as S from "./style"
import InformContents from "./listbox"
import InformIcon from "@/assets/img/Icon/informIcon.svg"
import InformIcon from "@/assets/Img/Icon/informIcon.svg"
import { useInformQuery } from "@/hooks/Inform/useInformQuery"

const Inform = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/inform/listbox/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import * as S from "./style"
import InformDateIcon from "@/assets/img/Icon/informDateIcon.svg"
import InformDateIcon from "@/assets/Img/Icon/informDateIcon.svg"
import Link from "next/link"
import type { getInformListResType } from "@/types/Inform/inform.type"

Expand Down
2 changes: 1 addition & 1 deletion src/components/main/chapter/chapter1/style.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from "next/link"
import styled, { keyframes } from "styled-components"
import ArrowIcon from "../../../../assets/Img/icon/arrowIcon.svg"
import ArrowIcon from "../../../../assets/Img/Icon/arrowIcon.svg"

export const Chapter1Layout = styled.div`
width: 100vw;
Expand Down
6 changes: 3 additions & 3 deletions src/components/main/chapter/chapter3/handlerbox/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react"
import * as S from "./style"
import MessageIcon from "@/assets/img/Icon/Message.svg"
import HomeIcon from "@/assets/img/Icon/Home.svg"
import Notification from "@/assets/img/Icon/Group 115.svg"
import MessageIcon from "@/assets/Img/Icon/Message.svg"
import HomeIcon from "@/assets/Img/Icon/Home.svg"
import Notification from "@/assets/Img/Icon/Group 115.svg"

interface HandlerBoxProps {
backgroundColor: string
Expand Down
2 changes: 1 addition & 1 deletion src/components/main/chapter/chapter3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import LinkSection from "./linkSection"
import Gragh from "./gragh"
import Contact from "./contact"
import MainFileImage from "@/assets/img/mainFileImage.svg"
import DownloadIcon from "@/assets/img/Icon/downloadIcon.svg"
import DownloadIcon from "@/assets/Img/Icon/downloadIcon.svg"

const Chapter3 = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/signup/style.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components"
import DGSWblueLogo from "@/assets/Img/logo/dgswBlue.svg"
import DGSWblueLogo from "@/assets/Img/Logo/dgswBlue.svg"
import Link from "next/link"

export const SignUpLayout = styled.div`
Expand Down

0 comments on commit 4d7f2ff

Please sign in to comment.