Skip to content

Commit

Permalink
chore: add Azur Series R1 quick link
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Dec 17, 2023
1 parent 2083953 commit 3bc2f0c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,17 @@ class Index extends React.Component<Props, State> {
{/* Pending */}
<h3 className="mb-sm">蔚蓝系列赛 Azur Series - Sponsored by bLue 现已启动!</h3>
<div>
<ExtLink href="https://as.shaly.best">
{/* <ExtLink href="https://as.shaly.best">
立即报名
</ExtLink>
</ExtLink> */}
<span>【Round 1】登入比赛 → </span>
<Link to={urlf(pages.competitions.public.intro, { param: { id: 18 } })}>
Div.1
</Link>
<span> / </span>
<Link to={urlf(pages.competitions.public.intro, { param: { id: 19 } })}>
Div.2
</Link>
</div>
{/* <div>
<Link to={urlf(pages.competitions.home, { param: { id: tbd } })}>
Expand Down

0 comments on commit 3bc2f0c

Please sign in to comment.