We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ffe3d commit 2ad6c5fCopy full SHA for 2ad6c5f
1 file changed
src/layouts/index.tsx
@@ -401,6 +401,11 @@ class Index extends React.Component<Props, State> {
401
{!isCompetitionSide() && (
402
<Col xs={24} md={8} className="mb-md-lg">
403
<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>
409
<p>
410
<ExtLink className="normal-text-link" href="https://stepbystep.sdutacm.cn/">
411
StepByStep
@@ -419,11 +424,6 @@ class Index extends React.Component<Props, State> {
419
424
Recent Contests
420
425
</ExtLink>
421
426
</p>
422
- <p>
423
- <ExtLink className="normal-text-link" href="http://suyu.red/">
- Typing System
- </ExtLink>
- </p>
427
</Col>
428
)}
429
0 commit comments