Skip to content

Commit

Permalink
Update giftcard deeplink page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Seheon Yu committed Nov 18, 2023
1 parent e3eb562 commit 9d93b1a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/app/giftcards/[uuid]/deeplink/page.tsx
Original file line number Diff line number Diff line change
@@ -2,9 +2,18 @@ import React from 'react';

export default function Page() {
return (
<div>
<h1>Giftcard</h1>
<p>Giftcard page</p>
<div className='w-screen text-center'>
<h3 className='text-lg mt-4 font-bold text-black'>
기프트허브가 실행되지 않나요?
</h3>
<p className='text-sm mt-4 text-gray-500'>
기프트허브 앱을 설치하거나
<br />
최신버전으로 업데이트 해주세요.
</p>
<button className='mt-4 w-48 h-12 bg-red-500 rounded text-white'>
다운로드
</button>
</div>
);
}

0 comments on commit 9d93b1a

Please # to comment.