Skip to content

Commit

Permalink
fix: fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin0216 committed Nov 23, 2024
1 parent e1b7c16 commit 53b97ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/cfp/(submission)/_components/countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export default function CountdownPage() {
<div className="flex h-full w-[57%] items-center justify-between rounded-2xl border border-foreground px-5">
<CalendarSvg height={48} width={48} />
<div className="w-full justify-between px-4 text-foreground min-[1210px]:flex">
<p className="whitespace-nowrap text-nowrap font-bold">截止日期&nbsp;</p>
<p className="whitespace-nowrap text-nowrap font-bold">
截止日期&nbsp;
</p>
<p className="whitespace-nowrap text-nowrap">
2025 年 1 月 21 日(二)23:59
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/cfp/(submission)/normal/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function Page() {
<h3 className="my-4 text-h3-mobile font-bold text-primary md:text-h3">
稿件資訊
</h3>
<div className="grid grid-cols-2 max-[1024px]:grid-cols-1 gap-3">
<div className="grid grid-cols-2 gap-3 max-[1024px]:grid-cols-1">
<InformationField title="投稿類型 Type" tags={["required", "public"]}>
請寫明所欲投稿為何種議程類型(Presentation、Espresso)。
</InformationField>
Expand Down

0 comments on commit 53b97ad

Please sign in to comment.