Skip to content

Commit d9b34ea

Browse files
authored
Merge pull request #104 from Nexters/feat#92
Feat#92
2 parents da9f00b + 55586e9 commit d9b34ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/shared/utils/shareLink.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const shareLink = (shareUrl: string) => {
33
const shareData = {
44
meet: {
55
title: "고양이 타로술사 타로냥이 당신의 질문에 답해주는 AI 타로 서비스입니다. \n",
6-
text: "",
76
url: shareUrl,
87
},
98
};

src/tarot/components/TarotResultAfterView.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,9 @@ const TarotCard = styled.div`
382382
gap: 20px;
383383
`;
384384

385-
const CardImg = styled(Image)``;
385+
const CardImg = styled(Image)`
386+
border-radius: 16px;
387+
`;
386388

387389
const TarotResultWrapper = styled.div`
388390
display: flex;

0 commit comments

Comments
 (0)