We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42251d3 commit 54761c5Copy full SHA for 54761c5
frontend/src/components/YearDocumentList.tsx
@@ -55,6 +55,7 @@ const YearDocumentList = () => {
55
</a>
56
)}
57
<button onClick={() => setSortAscending(!sortAscending)}>asc</button>
58
+ <a href='/summary'>summary</a>
59
</div>
60
<table>
61
<thead>
0 commit comments