Skip to content

Commit

Permalink
Update deeplink download button
Browse files Browse the repository at this point in the history
  • Loading branch information
Seheon Yu committed Nov 18, 2023
1 parent 9d93b1a commit 54c1e03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/giftcards/[uuid]/deeplink/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ export default function Page() {
<br />
최신버전으로 업데이트 해주세요.
</p>
<button className='mt-4 w-48 h-12 bg-red-500 rounded text-white'>
다운로드
</button>
<a href='https://play.google.com/store/apps/details?id=org.swmaestro.repl.GiftHub'>
<div className='mt-4 w-48 h-12 bg-red-500 rounded text-white'>
다운로드
</div>
</a>
</div>
);
}

0 comments on commit 54c1e03

Please sign in to comment.