Skip to content

Commit

Permalink
fix: add info img
Browse files Browse the repository at this point in the history
  • Loading branch information
codms0201 committed Aug 14, 2024
1 parent e224fe5 commit 0e812af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/Mobile/Mob-AboutPage/AboutPart_Mob.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import styled, { ThemeProvider } from "styled-components";
import { theme } from "../../../styles/theme";
import React, { useState } from "react";
import PM from "../../../assets/img/PM_Info.png";
import Web from "../../../assets/img/WEB_Info.png";
import Design from "../../../assets/img/Design_Info.png";
import PM from "../../../assets/img/PM_info.png";
import Web from "../../../assets/img/WEB_info.png";
import Design from "../../../assets/img/Design_info.png";
import App from "../../../assets/img/iOS_info.png";
import Server from "../../../assets/img/Server_info.png";

Expand Down
6 changes: 3 additions & 3 deletions src/components/Web/Web-AboutPage/Web-AboutPart.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import styled, { ThemeProvider } from "styled-components";
import { theme } from "../../../styles/theme";
import React, { useState } from "react";
import PM from "../../../assets/img/PM_Info.png";
import Web from "../../../assets/img/WEB_Info.png";
import Design from "../../../assets/img/Design_Info.png";
import PM from "../../../assets/img/PM_info.png";
import Web from "../../../assets/img/WEB_info.png";
import Design from "../../../assets/img/Design_info.png";
import App from "../../../assets/img/iOS_info.png";
import Server from "../../../assets/img/Server_info.png";

Expand Down
4 changes: 2 additions & 2 deletions src/utils/data.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ export const pardDATA = {
currentGeneration: 4,
displayBanner: true,
// ready : 모집전 | progress : 모집중 | done : 모집완료
recruitStatus: "ready",
recruitStatus: "progress",
};

// 사전 알림 구글 폼 URL
export const EARLY_FORM_URL = "https://open.kakao.com/o/gHDyOT5f";
// 신청 구글 폼 URL
export const APPLY_FORM_URL = "";
export const APPLY_FORM_URL = "https://we-pard.notion.site/PARD-4-8c664762477842589579340a73752ca0?pvs=74";

export const PROJECT_GRID = 9;

0 comments on commit 0e812af

Please sign in to comment.