Add table to admin/UsersContainer.tsx

This commit is contained in:
Matthew Penner 2021-01-04 11:50:43 -07:00
parent 0ddf806100
commit 95c55e7d28
9 changed files with 223 additions and 22 deletions

View file

@ -102,7 +102,7 @@ const NestsContainer = () => {
<td css={tw`px-6 text-sm text-neutral-200 text-left whitespace-nowrap`}>{nest.id}</td>
<td css={tw`px-6 text-sm text-neutral-200 text-left whitespace-nowrap`}>
<NavLink to={`${match.url}/${nest.id}`}>
<NavLink to={`${match.url}/${nest.id}`} css={tw`text-primary-400 hover:text-primary-300`}>
{nest.name}
</NavLink>
</td>