Fix title and description for honkai3rd index page
This commit is contained in:
@@ -62,12 +62,7 @@ const VersionIndexPage = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Honkai3rdLayout>
|
<Honkai3rdLayout>
|
||||||
<Head
|
<Head title={`${t('common.honkai-3rd')} - ${t('common.abyss-lab')}`} />
|
||||||
title={`${t('common.versions')} - ${t('common.honkai-3rd')} - ${t(
|
|
||||||
'common.abyss-lab'
|
|
||||||
)}`}
|
|
||||||
description={t('versions.list-page-description')}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Box p={3}>
|
<Box p={3}>
|
||||||
<Breadcrumb
|
<Breadcrumb
|
||||||
|
|||||||
Reference in New Issue
Block a user