Added items from 2024/02 Flash Gala and the February uncap (#406)
- Cidala (Valentine) - Nehan (Valentine) - Europa uncap
This commit is contained in:
parent
3ee2a1ac47
commit
0f03ca5e27
1 changed files with 17 additions and 0 deletions
|
|
@ -78,6 +78,23 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className={classes}>
|
<div className={classes}>
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2024-02F"
|
||||||
|
dateString="2024/02/14"
|
||||||
|
event="events.flash"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040512000', '3040511000'],
|
||||||
|
weapon: ['1040713200', '1040816400'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2024-01U"
|
||||||
|
dateString="2024/02/06"
|
||||||
|
event="events.uncap"
|
||||||
|
uncappedItems={{
|
||||||
|
character: ['3040190000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2024-01L"
|
version="2024-01L"
|
||||||
dateString="2024/01/31"
|
dateString="2024/01/31"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue