fix: 404 page and 50x ui adjustment

This commit is contained in:
shuai
2023-02-27 11:15:07 +08:00
parent 15536d5b27
commit a0e805a180
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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')}
+2 -2
View File
@@ -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')}