Change Add New to button

This commit is contained in:
Marley 2023-07-13 17:04:58 -07:00
parent 373f913367
commit 0e1a2c6360

View file

@ -25,7 +25,7 @@ const patrons = [
<TableTh>Checked Out</TableTh> <TableTh>Checked Out</TableTh>
<TableTh>Fines</TableTh> <TableTh>Fines</TableTh>
<TableTh actions> <TableTh actions>
<a href="#">Add New</a> <PrimaryButton>Add New</PrimaryButton>
</TableTh> </TableTh>
</tr> </tr>
</TableThead> </TableThead>