admin(ui): add document titles
This commit is contained in:
parent
946f907b68
commit
56c098a316
12 changed files with 43 additions and 33 deletions
|
@ -61,7 +61,7 @@ const MountsContainer = () => {
|
|||
}, [ page ]);
|
||||
|
||||
return (
|
||||
<AdminContentBlock>
|
||||
<AdminContentBlock title={'Mounts'}>
|
||||
<div css={tw`w-full flex flex-row items-center mb-8`}>
|
||||
<div css={tw`flex flex-col`}>
|
||||
<h2 css={tw`text-2xl text-neutral-50 font-header font-medium`}>Mounts</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue