Skip to content

Commit

Permalink
[FIX] Recruit μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyoongrace committed Mar 24, 2024
1 parent 3ede77d commit 28156e7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ function App() {
{/*
<Route
path="/recruitment/result-verification"
element={<FinalVerification />}
element={<FirstVerification />}
/>*/}
<Route path="/contact" element={LayOut(Contact)} />
<Route path="/makers" element={LayOut(Makers)} />
{/*<Route path="/form" element={<ProjectForm />} />*/}
{/*<Route path="/form" element={<ProjectForm />} /> ν”„λ‘œμ νŠΈ μ‹ κ·œ 등둝 μ‹œ μ—΄μ–΄μ„œ ν™œμš©ν•˜κΈ° */}
</Routes>
</div>
</Router>
Expand Down
2 changes: 1 addition & 1 deletion src/Recruitment/Recruit/FinalRecruit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const FinalRecruit = () => {
<ColorText color="#eb9537">μ΅œμ’… 심사</ColorText>κ°€ μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.
</Text>
<Text marginBottom="20px">
μ΅œμ’… 심사 κ²°κ³Ό 확인은 ν•˜λ‹¨ 링크λ₯Ό 톡해 확인이 κ°€λŠ₯ν•©λ‹ˆλ‹€.
μ΅œμ’… 심사 κ²°κ³Ό 확인은 ν•˜λ‹¨ λ²„νŠΌμ„ 톡해 확인이 κ°€λŠ₯ν•©λ‹ˆλ‹€.
</Text>

<Link
Expand Down
21 changes: 11 additions & 10 deletions src/Recruitment/Recruit/FirstRecruit.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState } from "react";
import React from "react";
import { Link } from "react-router-dom";
import Information from "../../components/Information";
import styled from "styled-components";

Expand All @@ -14,20 +15,20 @@ const FirstRecruit = () => {
<Text>
λ©‹μŸμ΄μ‚¬μžμ²˜λŸΌ μˆ™λͺ…μ—¬λŒ€{" "}
<ColorText fontSize="43px" color="#EB9537">
λ©΄μ ‘ 심사 진행 쀑
1μ°¨ μ„œλ₯˜ 심사
</ColorText>
μž…λ‹ˆλ‹€.
κ°€ μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.
</Text>
<Text>
μ΅œμ’… ν•©κ²©μžλŠ”{" "}
<ColorText fontSize="43px" color="#EB9537">
3μ›” 5일 ν™”μš”μΌ
</ColorText>
에 λ°œν‘œν•©λ‹ˆλ‹€.
μ§€μ›μž 1μ°¨ 심사 결과확인은 ν•˜λ‹¨ λ²„νŠΌμ„ 톡해 확인이 κ°€λŠ₯ν•©λ‹ˆλ‹€.
</Text>

{/*<Link to="/recruitment/result-verification" style={{ textDecoration: 'none' }}>
<ResultBox>1μ°¨ 심사 κ²°κ³Ό 확인</ResultBox></Link>*/}
<Link
to="/recruitment/result-verification"
style={{ textDecoration: "none" }}
>
<ResultBox>1μ°¨ 심사 κ²°κ³Ό 확인</ResultBox>
</Link>

<Information />
</Container>
Expand Down
2 changes: 1 addition & 1 deletion src/Recruitment/Result/FinalResult.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from "react";
import React from "react";
import styled from "styled-components";
import { Link } from "react-router-dom";

Expand Down

0 comments on commit 28156e7

Please sign in to comment.