From d963e3820969a757b1bd31047f453a0a13cae616 Mon Sep 17 00:00:00 2001 From: LSJ Date: Wed, 4 Sep 2024 21:20:39 +0900 Subject: [PATCH] . --- pageTemplates/promotion/PromotionContent.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pageTemplates/promotion/PromotionContent.tsx b/pageTemplates/promotion/PromotionContent.tsx index 1ce976996..91907d843 100644 --- a/pageTemplates/promotion/PromotionContent.tsx +++ b/pageTemplates/promotion/PromotionContent.tsx @@ -1,4 +1,4 @@ -import { Button } from "@chakra-ui/react"; +import { Box, Button } from "@chakra-ui/react"; import Image from "next/image"; import { useState } from "react"; import styled from "styled-components"; @@ -12,7 +12,11 @@ function PromotionContent() { return ( - 아래 글을 복사하여 홍보글을 게시해주세요! + + 아래 글을 복사하여 홍보글을 게시해주세요! +
+ (굵은 글씨는 제목입니다) +
@@ -52,7 +56,6 @@ function PromotionContent() { />
사진을 꾹 눌러서 저장 ! - (이미지는 선택사항!)
)} @@ -67,10 +70,6 @@ const Guide = styled.div` flex-direction: column; align-items: center; margin-bottom: var(--gap-5); - > span:first-child { - font-weight: 600; - margin-bottom: var(--gap-2); - } `; const Container = styled.div`