Skip to content

Commit

Permalink
,,,
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkar1ch committed Oct 6, 2024
1 parent 5669693 commit 30dd6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/admin/(sections)/items/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const ItemsPage = () => {
];

return (
<div style={{ height: loading ? 400 : items.length === 0 ? 400 : 'auto', width: '100%' }} className="mt-20 mr-8 ml-8 md:ml-60 lg:ml-[270px] max-md:ml-[0px] md:mt-8 mb-8 ">
<div className = "flex justify-end">
<div className="mt-20 mr-8 ml-8 md:ml-60 lg:ml-[270px] max-md:ml-[0px] md:mt-8 mb-8 ">
<div className = "flex justify-end mb-[50px]">
<Button className='max-md:hidden' onClick={() => { authService.logout(); window.location.reload(); }}>
<p className='mr-[10px]'>Exit</p>
<FaDoorOpen className=''/>
Expand Down

0 comments on commit 30dd6f5

Please sign in to comment.