updates on the full ui and followed by astryx
This commit is contained in:
@@ -20,10 +20,10 @@ export default function Error404() {
|
||||
}}
|
||||
>
|
||||
<div style={{ display: 'flex', flexDirection: 'column', gap: '16px', alignItems: 'center' }}>
|
||||
<span style={{ fontWeight: 900, fontSize: 'clamp(3.5rem, 18vw, 8rem)', lineHeight: 1, color: '#C01227' }}>
|
||||
<span style={{ fontWeight: 900, fontSize: 'clamp(3.5rem, 18vw, 8rem)', lineHeight: 1, color: '#0A1317' }}>
|
||||
404
|
||||
</span>
|
||||
<div style={{ width: '64px', height: '4px', borderRadius: '2px', backgroundColor: '#C01227' }} />
|
||||
<div style={{ width: '64px', height: '4px', borderRadius: '2px', backgroundColor: '#0A1317' }} />
|
||||
<Heading level={2}>Page Not Found</Heading>
|
||||
<div style={{ maxWidth: '460px' }}>
|
||||
<Text type="body" color="secondary">
|
||||
|
||||
Reference in New Issue
Block a user