made anime Id in table a link to their respective sites

This commit is contained in:
2024-10-02 19:26:52 -04:00
parent 7e3369d0f0
commit 2cffd54c4d
4 changed files with 173 additions and 138 deletions

View File

@ -1,7 +1,7 @@
export type TableItems = TableItem[]
export type TableItem = {
id: number
id: string
title: string
service: string
progress: number
@ -11,4 +11,4 @@ export type TableItem = {
score: number
repeat: number
notes: string
}
}