Add new content to updates page
This commit is contained in:
parent
3dbbb3c151
commit
1123e0789f
1 changed files with 10 additions and 0 deletions
|
|
@ -56,6 +56,16 @@ 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-02L"
|
||||||
|
dateString="2023/02/27"
|
||||||
|
event="events.flash"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040450000', '3040449000'],
|
||||||
|
weapon: ['1040421600', '1040617300', '1040712200'],
|
||||||
|
summon: ['2040418000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-02F"
|
version="2023-02F"
|
||||||
dateString="2023/02/14"
|
dateString="2023/02/14"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue