Skip to content

Commit

Permalink
Merge pull request #390 from Chaem03/feature/#349
Browse files Browse the repository at this point in the history
✅ Test:셰어페이지 test
  • Loading branch information
Chaem03 authored Aug 5, 2024
2 parents 400f71e + d274792 commit 70727fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/Share/Share.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ const SharePage = ({ onBack }) => {
</S.ClearMain>
</S.ClearCantainr>
</S.Wrapper>
<S.shareContainr>
<S.shareBtn onClick={handleCapture}>
<div className="ImgSave">
이미지 저장하고 공유하기
<img src={shareIcon} />
</div>
</S.shareBtn>
<button className="backBtn" onClick={onBack}>
뒤로가기
</button>
</S.shareContainr>
<div id="share-button">
<S.shareContainr>
<S.shareBtn onClick={handleCapture}>
Expand Down

0 comments on commit 70727fe

Please sign in to comment.