Compare commits
5 Commits
v2.1.3
...
115-add-lo
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e9d3d1e9a | |||
| 26f712b702 | |||
| ff8922e86c | |||
| 5950cef79e | |||
| bde20ff73b |
@@ -530,10 +530,10 @@ const Logbook: React.FC<unknown> = () => {
|
||||
return (
|
||||
<>
|
||||
<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>
|
||||
</div>
|
||||
<div className='col-span-2 justify-self-end self-center'>
|
||||
<div className='col-span-6 justify-self-end self-center'>
|
||||
{userRole === UserRole.WRITE &&
|
||||
<button className='btn btn-primary'
|
||||
onClick={() => onOpenCloseDrawer(FormMode.ADD)}
|
||||
|
||||
Reference in New Issue
Block a user