Skip to content

Commit

Permalink
OV-87: * Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lfelix3011 committed Aug 29, 2024
1 parent c49beb9 commit 010f720
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/bundles/auth/pages/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ const Auth: React.FC = () => {
)}
<Center bgColor="background.600">{getScreen(pathname)}</Center>
{/* TODO: Add logo */}
<Center bgColor="background.900" display={{ base: 'none', sm: 'flex' }}>LOGO</Center>
<Center
bgColor="background.900"
display={{ base: 'none', sm: 'flex' }}
>
LOGO
</Center>
</SimpleGrid>
);
};
Expand Down

0 comments on commit 010f720

Please sign in to comment.