Skip to content

Commit

Permalink
fix(#16): Add a title in information layout
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Jan 1, 2022
1 parent 2c96e3e commit 9a4cd4b
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,16 +326,21 @@ const Home: NextPage = () => {

const renderInfoViewType = () => {
return (
<div className={s.infoWrap}>
<TextView className={s.infoTitle}>
여행가기전,<br/>
꼭 알아야 할 정보!
</TextView>
<div className={s.infoList}>
<ReferenceBox className={s.referenceBox} type="증명서/확인서" reference="PCR 음성확인서"/>
<ReferenceBox className={s.referenceBox} type="증명서/확인서" reference="ESTA 비자"/>
<>
<div className={s.topLabelArea}>
갈 수 있나?
</div>
</div>
<div className={s.infoWrap}>
<TextView className={s.infoTitle}>
여행가기전,<br/>
꼭 알아야 할 정보!
</TextView>
<div className={s.infoList}>
<ReferenceBox className={s.referenceBox} type="증명서/확인서" reference="PCR 음성확인서"/>
<ReferenceBox className={s.referenceBox} type="증명서/확인서" reference="ESTA 비자"/>
</div>
</div>
</>
);
}

Expand Down

2 comments on commit 9a4cd4b

@vercel
Copy link

@vercel vercel bot commented on 9a4cd4b Jan 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/cwg/settings/billing.

@vercel
Copy link

@vercel vercel bot commented on 9a4cd4b Jan 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

can-we-go – ./

can-we-go-flame.vercel.app
can-we-go-git-main-kimhunjin.vercel.app
can-we-go-kimhunjin.vercel.app

Please sign in to comment.