Skip to content

Commit

Permalink
[Rename] 폴더 및 파일명 일부 수정
Browse files Browse the repository at this point in the history
- 폴더 및 파일명 일부 수정 (첫글자 대문자로 통일)

Issues #122
  • Loading branch information
novice1993 committed Sep 23, 2023
1 parent f4d5e8b commit 53e65ae
Show file tree
Hide file tree
Showing 18 changed files with 240 additions and 397 deletions.
Binary file removed client/src/asset/CentralSectionMenu-BookmarkOff.png
Binary file not shown.
Binary file not shown.
Binary file removed client/src/asset/CentralSectionMenu-dummyImg.png
Binary file not shown.
Binary file removed client/src/asset/CompareChartSection-SearchIcon.png
Binary file not shown.
32 changes: 0 additions & 32 deletions client/src/components/CompareChartSection/CompareList.tsx

This file was deleted.

62 changes: 0 additions & 62 deletions client/src/components/CompareChartSection/Index.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions client/src/components/CompareChartSection/SearchBox.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions client/src/components/Headers/LoginHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React, { useEffect, useState } from "react";
import styled from "styled-components";
import StockHolmLogo from "../../asset/images/StockHolmLogo.png";
// import SampleProfile from "../../asset/images/ProfileSample.png";
import ProfileModal from "../Profile/profileModal";
import StockSearchComponent from "./stockSearchComponent";
import ProfileModal from "../Profile/ProfileModal";
import StockSearchComponent from "./StockSearchComponent";
import { setLogoutState } from "../../reducer/member/loginSlice";
import { useDispatch } from "react-redux";
import { useGetMemberInfo } from "../../hooks/useGetMemberInfo"; // import the hook
Expand Down
6 changes: 2 additions & 4 deletions client/src/components/Headers/LogoutHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ import React from "react";
import styled from "styled-components";
import StockHolmLogo from "../../asset/images/StockHolmLogo.png";

import StockSearchComponent from "./stockSearchComponent";
import StockSearchComponent from "./StockSearchComponent";

const LogoutHeader: React.FC<LogoutHeaderProps> = ({ onLoginClick }) => {


const loginText = "로그인"; // 로그인 버튼 텍스트

// 로고 클릭 핸들러
const handleLogoClick = () => {
window.location.reload()
window.location.reload();
};

// 컴포넌트 렌더링
Expand Down
Loading

0 comments on commit 53e65ae

Please sign in to comment.