We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024649c commit d42dab0Copy full SHA for d42dab0
1 file changed
src/app/en/(ioltw)/student/previous-problems/page.tsx
@@ -58,6 +58,13 @@ export default function PreviousProblems() {
58
<a href="/problems/TOL2026_2nd_round_en.pdf" className="btn btn-outline-danger">Problems (English)</a>
59
</div>
60
61
+ <div>
62
+ <i className="bi bi-card-checklist"></i>
63
+ <div className="button-group">
64
+ <a href="/problems/TOL2026_2nd_round_solutions_zh.pdf" className="btn btn-outline-danger">Solutions (Traditional Chinese)</a>
65
+ <a href="/problems/TOL2026_2nd_round_solutions_en.pdf" className="btn btn-outline-danger">Solutions (English)</a>
66
+ </div>
67
68
<div>
69
<i className="bi bi-bar-chart"></i>
70
<div className="button-group">
0 commit comments