ui(admin): implement new mount page

This commit is contained in:
Matthew Penner 2021-08-04 22:41:52 -06:00
parent 00b44bf3bb
commit 56556e9660
No known key found for this signature in database
GPG key ID: 5396CC4C3C1C9704
5 changed files with 258 additions and 179 deletions

View file

@ -80,9 +80,11 @@ const MountsContainer = () => {
</div>
<div css={tw`flex ml-auto pl-4`}>
<Button type={'button'} size={'large'} css={tw`h-10 px-4 py-0 whitespace-nowrap`}>
New Mount
</Button>
<NavLink to={`${match.url}/new`}>
<Button type={'button'} size={'large'} css={tw`h-10 px-4 py-0 whitespace-nowrap`}>
New Mount
</Button>
</NavLink>
</div>
</div>