Skip to content

Commit 0d065b9

Browse files
authored
Merge pull request #103 from Nexters/feat#92
Feat#92 border 적용 및 OG 타이틀 변경
2 parents d23ecf1 + 5c7bd25 commit 0d065b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/shared/utils/shareLink.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ const shareLink = (shareUrl: string) => {
22
const handleWebShare = async () => {
33
const shareData = {
44
meet: {
5-
title: "타로냥 - 고양이 타로술사 \n",
6-
text: "고양이 타로술사 타로냥이 당신의 질문에 답해주는 AI 타로 서비스입니다. \n",
5+
title: "고양이 타로술사 타로냥이 당신의 질문에 답해주는 AI 타로 서비스입니다. \n",
6+
text: "",
77
url: shareUrl,
88
},
99
};

src/tarot/components/TarotInteraction.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const CardFront = styled(Image)`
9292
position: absolute;
9393
9494
transform: rotateY(180deg);
95+
border-radius: 12px;
9596
`;
9697

9798
const CardBack = styled(Image)`
@@ -100,6 +101,7 @@ const CardBack = styled(Image)`
100101
position: absolute;
101102
102103
backface-visibility: hidden;
104+
border-radius: 12px;
103105
`;
104106
const CardInner = styled(motion.div)`
105107
position: absolute;

0 commit comments

Comments
 (0)