Skip to content

Commit

Permalink
chore: remove sdutpc16 promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed May 27, 2024
1 parent 8dee784 commit b7df7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Index extends React.Component<Props, State> {
</p>
</Col>
{/* Banner for SDUTPC */}
{
{false && (
<Col xs={24} className="mt-lg">
<Alert
message={
Expand Down Expand Up @@ -127,7 +127,7 @@ class Index extends React.Component<Props, State> {
showIcon={false}
/>
</Col>
}
)}
{/* Banner for Azur Series */}
{false && (
<Col xs={24} className="mt-lg">
Expand Down

0 comments on commit b7df7b3

Please sign in to comment.