Add characters from 2023-06 Flash Gala
This commit is contained in:
parent
fa59942769
commit
2fe4cdc139
1 changed files with 9 additions and 0 deletions
|
|
@ -56,6 +56,15 @@ 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-06F"
|
||||||
|
dateString="2023/06/19"
|
||||||
|
event="events.flash"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040466000', '3040467000'],
|
||||||
|
weapon: ['1040915300', '1040815700'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-06U1"
|
version="2023-06U1"
|
||||||
dateString="2023/06/07"
|
dateString="2023/06/07"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue