Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
youngminss committed Feb 21, 2025
2 parents 53ad74c + bcaf685 commit 32637ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/chat/components/TotalQuestions/TotalQuestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ const TotalQuestions = ({ handleSubmit }: TotalQuestionsProps) => {
</button>
))}
</div>
<div className="flex w-full flex-wrap gap-[0.8rem]">
<div className="flex w-full flex-wrap gap-[0.8rem] mobile:flex-nowrap mobile:overflow-x-auto">
{Object.entries(QuestionCategoryMap).map(([key, value]) => (
<button
key={key}
className={clsx(
'flex w-fit items-start justify-center rounded-[0.8rem] px-[1.6rem] py-[0.6rem]',
'flex w-fit shrink-0 items-start justify-center rounded-[0.8rem] px-[1.6rem] py-[0.6rem]',
filter === value
? 'bg-system-dark text-body-2-semibold text-gray-100'
: 'border border-blue-100 bg-system-light px-[1.5rem] py-[0.5rem] text-body-2-medium text-gray-700'
Expand Down
3 changes: 1 addition & 2 deletions src/app/coin/success/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const CoinPage = () => {
<div className="flex flex-col items-center gap-[0.8rem]">
<h1 className="text-title-1-semibold">빠르고 쉽게 코인을 만들어보세요.</h1>
<p className="whitespace-pre-wrap text-center text-body-2-regular text-gray-700">
{`이알씨프로(ERCP)는 이더리움 알고리즘으로 만들어진 새로운 메인넷 코인이에요.\n스마트 컨트렉트를 통해 생성되며 입출금시 빠른 전송 속도와 낮은 수수료를 보장해요.\n이더리움과 ERC20 토큰은 전체 토큰 시장 가치의 90%를 차지하고 있어요.
`}
{`1,000개만 발행되는 특별한 나만의 코인을 만들고 있습니다!\n이 토큰은 단순한 가치를 넘어, 커뮤니티와 재미를 위한 실험적인 프로젝트입니다.`}
</p>
</div>
<div className="flex flex-col items-center gap-[1.2rem]">
Expand Down

0 comments on commit 32637ee

Please sign in to comment.