fix: 404 page and 50x ui adjustment
This commit is contained in:
@@ -25,8 +25,8 @@ const Index = () => {
|
||||
style={{ fontSize: '120px', lineHeight: 1.2 }}>
|
||||
(=‘x‘=)
|
||||
</div>
|
||||
<h4 className="text-center mb-2">{t('http_error')}</h4>
|
||||
<div className="text-center mb-3">{t('desc')}</div>
|
||||
<h4 className="text-center">{t('http_error')}</h4>
|
||||
<div className="text-center mb-3 fs-5">{t('desc')}</div>
|
||||
<div className="text-center">
|
||||
<Button as={Link} to="/" variant="link">
|
||||
{t('back_home')}
|
||||
|
||||
@@ -22,8 +22,8 @@ const Index = () => {
|
||||
(=T^T=)
|
||||
</div>
|
||||
|
||||
<h4 className="text-center mb-2">{t('http_error')}</h4>
|
||||
<div className="text-center mb-3">{t('desc')}</div>
|
||||
<h4 className="text-center">{t('http_error')}</h4>
|
||||
<div className="text-center mb-3 fs-5">{t('desc')}</div>
|
||||
<div className="text-center">
|
||||
<Button as={Link} to="/" variant="link">
|
||||
{t('back_home')}
|
||||
|
||||
Reference in New Issue
Block a user