Skip to content

Commit 2ad6c5f

Browse files
committed
chore: up footer apps
1 parent 80ffe3d commit 2ad6c5f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/layouts/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ class Index extends React.Component<Props, State> {
401401
{!isCompetitionSide() && (
402402
<Col xs={24} md={8} className="mb-md-lg">
403403
<h3>Our Apps</h3>
404+
<p>
405+
<ExtLink className="normal-text-link" href="https://oj.sdutacm.cn/oj-competition-side-client/?from=sdutoj">
406+
Competition Side Client
407+
</ExtLink>
408+
</p>
404409
<p>
405410
<ExtLink className="normal-text-link" href="https://stepbystep.sdutacm.cn/">
406411
StepByStep
@@ -419,11 +424,6 @@ class Index extends React.Component<Props, State> {
419424
Recent Contests
420425
</ExtLink>
421426
</p>
422-
<p>
423-
<ExtLink className="normal-text-link" href="http://suyu.red/">
424-
Typing System
425-
</ExtLink>
426-
</p>
427427
</Col>
428428
)}
429429

0 commit comments

Comments
 (0)