Skip to content

Commit

Permalink
update not found styling page
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4nR committed Jun 10, 2024
1 parent 3e34116 commit 5b4a916
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions client/src/components/utils/NotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ export default function NotFound({ error }) {
>
{error.response.data.status}
</Heading>
<Text fontSize="18px" mt={3} mb={2}>
<Text
fontSize={{ base: '1rem', lg: '18px' }}
color={'gray.500'}
mt={3}
mb={2}
>
Sepertinya ada yang tidak beres
</Text>
<Text color={'gray.500'} mb={6}>
<Text fontSize={{ base: '2xl', lg: '3xl' }} lineHeight={'short'} mb={6}>
{error.response.data.message}
</Text>

Expand Down

0 comments on commit 5b4a916

Please sign in to comment.