Add Nier and Estarriola uncaps (#308)
* Update the updates page with new items (#306) (#307) * Update .gitignore * Add Nier and Estarriola uncaps * Fix uncaps treated as new characters
This commit is contained in:
parent
8398112065
commit
b6895b61a8
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -56,6 +56,7 @@ public/images/ax*
|
|||
public/images/accessory*
|
||||
public/images/mastery*
|
||||
public/images/updates*
|
||||
public/images/guidebooks*
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
|
|
|
|||
|
|
@ -56,6 +56,14 @@ const UpdatesPage = () => {
|
|||
return (
|
||||
<div className="Updates PageContent">
|
||||
<h1>{common('about.segmented_control.updates')}</h1>
|
||||
<ContentUpdate
|
||||
version="2023-06U1"
|
||||
dateString="2023/06/07"
|
||||
event="events.uncap"
|
||||
uncappedItems={{
|
||||
character: ['3040169000', '3040163000'],
|
||||
}}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2023-05L"
|
||||
dateString="2023/05/31"
|
||||
|
|
|
|||
Loading…
Reference in a new issue