Improved TA section, added date sorting
This commit is contained in:
parent
4e85915ebe
commit
eb523961c1
4 changed files with 61 additions and 17 deletions
src/pages
|
@ -19,6 +19,8 @@ const important_data = tadata.filter(function (el) {
|
|||
].includes(el.title)
|
||||
})
|
||||
|
||||
tadata.sort((a, b) => Date.parse(b.date) - Date.parse(a.date))
|
||||
|
||||
const description = 'A collection of TAs previously completed be Firq.'
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue