Update v5.8 ER data
This commit is contained in:
@@ -31,6 +31,10 @@ export const erVersions = [
|
||||
version: '5.7',
|
||||
battlesuits: ['aponia', 'eden'],
|
||||
},
|
||||
{
|
||||
version: '5.8',
|
||||
battlesuits: ['griseo', 'ft'],
|
||||
},
|
||||
].reverse()
|
||||
|
||||
export const erBattlesuits = erVersions.reduce<string[]>((list, version) => {
|
||||
|
||||
@@ -67,7 +67,9 @@ const ElysianRealmIndexPage = ({
|
||||
<Heading as='h3' mb={2}>
|
||||
{name}
|
||||
</Heading>
|
||||
<Paragraph>{description}</Paragraph>
|
||||
<Paragraph sx={{ whiteSpace: 'pre-wrap' }}>
|
||||
{description}
|
||||
</Paragraph>
|
||||
</Box>
|
||||
</Flex>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user