Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Jun 4, 2024
1 parent 865473c commit daa1021
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modals/aboutHeader/pointSystemsModal/PointSystemsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function PointSystemsModal({ setIsModal }: IModal) {
title="동아리 가이드"
footerOptions={footerOptions}
headerOptions={{
subTitle: "대학색들의 카공 및 친목 동아리 ABOUT",
subTitle: "대학색들의 스터디 & 친목 동아리 ABOUT",
}}
setIsModal={setIsModal}
>
Expand Down
6 changes: 3 additions & 3 deletions modals/userRequest/RequestPromotionRewardModal.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Button } from "@chakra-ui/react";
import Image from "next/image";
import { useSession } from "next-auth/react";
import Image from "next/image";
import { useState } from "react";
import styled from "styled-components";

import { CopyBtn } from "../../components/atoms/Icons/CopyIcon";
import { PROMOTION_TEXT,PromotionComponent } from "../../constants/contentsText/Private";
import { PromotionComponent, PROMOTION_TEXT } from "../../constants/contentsText/Private";
import { POINT_SYSTEM_PLUS } from "../../constants/serviceConstants/pointSystemConstants";
import { useCompleteToast, useErrorToast } from "../../hooks/custom/CustomToast";
import { usePointSystemMutation } from "../../hooks/user/mutations";
Expand Down Expand Up @@ -74,7 +74,7 @@ function RequestPromotionRewardModal({ setIsModal }: IModal) {
{isFirst ? "이미지 다운로드" : "돌아가기"}
</Button>
<Message>
제목은 &quot;카공 및 친목 동아리 ABOUT&quot; 로 적어주시면 되고, 이미지는 굳이 안넣어주셔도
제목은 &quot;스터디 & 친목 동아리 ABOUT&quot; 적어주시면 되고, 이미지는 굳이 안넣어주셔도
돼요! 여러번 지원해도 너무 환영하니 자주 신청해주세요 🙂
</Message>
</ModalLayout>
Expand Down
2 changes: 1 addition & 1 deletion pageTemplates/promotion/PromotionText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from "styled-components";
function PromotionText() {
return (
<Layout>
안녕하세요! 카공 및 친목 동아리 ABOUT입니다!
안녕하세요! 스터디 & 친목 동아리 ABOUT입니다!
<br />
공부를 목적으로 하시는 분도, 카공과 함께 동네 친구를 만들고 싶은 분들도 모두 환영해요!😊{" "}
<br />
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class MyDocument extends Document {
<meta property="og:type" content="website" />
<meta property="og:title" content="About" />
<meta property="og:url" content="https://studyabout.herokuapp.com" />
<meta property="og:description" content="카공 및 친목 동아리" />
<meta property="og:description" content="스터디 & 친목 동아리" />
<meta property="og:image" content="/ogImage.png" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:site_name" content="https://studyabout.herokuapp.com" />
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"background_color": "#ffffff",
"description": "카공 및 친목 동아리",
"description": "스터디 & 친목 동아리",
"dir": "ltr",
"display": "standalone",
"name": "ABOUT",
Expand Down

0 comments on commit daa1021

Please sign in to comment.