Compare commits
5 Commits
5c04870d37
...
115-add-lo
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e9d3d1e9a | |||
| 26f712b702 | |||
| ff8922e86c | |||
| 5950cef79e | |||
| bde20ff73b |
@@ -530,10 +530,10 @@ const Logbook: React.FC<unknown> = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className={`${screenSize === ScreenSize.SM ? 'mr-4 ml-4' : 'mr-10 ml-10'} grid grid-cols-12`}>
|
<div className={`${screenSize === ScreenSize.SM ? 'mr-4 ml-4' : 'mr-10 ml-10'} grid grid-cols-12`}>
|
||||||
<div className='prose max-w-none col-span-10 mt-5 mb-5'>
|
<div className='prose max-w-none col-span-6 mt-5 mb-5'>
|
||||||
<h1>Logbook</h1>
|
<h1>Logbook</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className='col-span-2 justify-self-end self-center'>
|
<div className='col-span-6 justify-self-end self-center'>
|
||||||
{userRole === UserRole.WRITE &&
|
{userRole === UserRole.WRITE &&
|
||||||
<button className='btn btn-primary'
|
<button className='btn btn-primary'
|
||||||
onClick={() => onOpenCloseDrawer(FormMode.ADD)}
|
onClick={() => onOpenCloseDrawer(FormMode.ADD)}
|
||||||
|
|||||||
Reference in New Issue
Block a user