File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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    } ; 
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ const CardFront = styled(Image)`
9292  position: absolute; 
9393
9494  transform: rotateY(180deg); 
95+   border-radius: 12px; 
9596` ; 
9697
9798const  CardBack  =  styled ( Image ) ` 
@@ -100,6 +101,7 @@ const CardBack = styled(Image)`
100101  position: absolute; 
101102
102103  backface-visibility: hidden; 
104+   border-radius: 12px; 
103105` ; 
104106const  CardInner  =  styled ( motion . div ) ` 
105107  position: absolute; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments