mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
remove extra divider
This commit is contained in:
@@ -97,26 +97,24 @@ const Actions = (props, context) => {
|
||||
onClick={() => act('scandocument')}
|
||||
/>
|
||||
{!!issilicon && (
|
||||
<div>
|
||||
<Button
|
||||
fluid
|
||||
icon="file"
|
||||
color="green"
|
||||
float="center"
|
||||
textAlign="center"
|
||||
content="Print Text"
|
||||
onClick={() => act('ai_text')}
|
||||
/>
|
||||
<Button
|
||||
fluid
|
||||
icon="image"
|
||||
color="green"
|
||||
float="center"
|
||||
textAlign="center"
|
||||
content="Print Image"
|
||||
onClick={() => act('ai_pic')}
|
||||
/>
|
||||
</div>
|
||||
<Button
|
||||
fluid
|
||||
icon="file"
|
||||
color="green"
|
||||
float="center"
|
||||
textAlign="center"
|
||||
content="Print Text"
|
||||
onClick={() => act('ai_text')}
|
||||
/>
|
||||
<Button
|
||||
fluid
|
||||
icon="image"
|
||||
color="green"
|
||||
float="center"
|
||||
textAlign="center"
|
||||
content="Print Image"
|
||||
onClick={() => act('ai_pic')}
|
||||
/>
|
||||
)}
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user