Deploy content update (#309)
* Update the updates page with new items (#306) * 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
d2cb881640
commit
363148599a
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/accessory*
|
||||||
public/images/mastery*
|
public/images/mastery*
|
||||||
public/images/updates*
|
public/images/updates*
|
||||||
|
public/images/guidebooks*
|
||||||
|
|
||||||
# Typescript v1 declaration files
|
# Typescript v1 declaration files
|
||||||
typings/
|
typings/
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,14 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className="Updates PageContent">
|
<div className="Updates PageContent">
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-06U1"
|
||||||
|
dateString="2023/06/07"
|
||||||
|
event="events.uncap"
|
||||||
|
uncappedItems={{
|
||||||
|
character: ['3040169000', '3040163000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-05L"
|
version="2023-05L"
|
||||||
dateString="2023/05/31"
|
dateString="2023/05/31"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue