Skip to content

Commit

Permalink
chore: remove promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 2, 2024
1 parent da1278f commit 3b608f1
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,20 @@ class Index extends React.Component<Props, State> {
)}

{/* Banner for normal contest */}
<Col xs={24} className="mt-lg">
<Alert
message="「2024 愚人节专场赛」现已开始!开放时间:2024.4.1 全天"
description={
<div>
<Link to={urlf(pages.contests.home, { param: { id: 4148 } })}>进入比赛</Link>
</div>
}
type="info"
showIcon
/>
</Col>
{false && (
<Col xs={24} className="mt-lg">
<Alert
message="「2024 愚人节专场赛」现已开始!开放时间:2024.4.1 全天"
description={
<div>
<Link to={urlf(pages.contests.home, { param: { id: 4148 } })}>进入比赛</Link>
</div>
}
type="info"
showIcon
/>
</Col>
)}

<Col xs={24} className="mt-lg">
<Alert
Expand Down Expand Up @@ -216,6 +218,7 @@ class Index extends React.Component<Props, State> {
showIcon
/>
</Col>

{/* <Col xs={24} className="mt-lg">
<Alert
message={null}
Expand Down

0 comments on commit 3b608f1

Please sign in to comment.