Add nest endpoints and pages

This commit is contained in:
Matthew Penner 2020-12-31 17:27:16 -07:00
parent 359769244f
commit 6c85be72fa
12 changed files with 473 additions and 10 deletions

View file

@ -64,7 +64,7 @@ export default () => {
}}
>
<FlashMessageRender byKey={'role:create'} css={tw`mb-6`}/>
<h2 css={tw`text-2xl mb-6`}>New Role</h2>
<h2 css={tw`text-neutral-100 text-2xl mb-6`}>New Role</h2>
<Form css={tw`m-0`}>
<Field
type={'string'}

View file

@ -41,7 +41,7 @@ export default () => {
<p css={tw`text-base text-neutral-400`}>Soon&trade;</p>
</div>
<NewRoleButton />
<NewRoleButton/>
</div>
<FlashMessageRender byKey={'roles'} css={tw`mb-4`}/>