Added new characters from Feb Flash Gala
* Sen (Valentines) * Sandalphon (Valentines)
This commit is contained in:
parent
afa1f5562c
commit
75554d0e3f
1 changed files with 25 additions and 0 deletions
|
|
@ -55,6 +55,31 @@ 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>
|
||||||
|
<section className="Content Version" data-version="2023-02F">
|
||||||
|
<div className="Header">
|
||||||
|
<h3>{`${updates('events.date', {
|
||||||
|
year: 2023,
|
||||||
|
month: 2,
|
||||||
|
})} ${updates('events.flash')}`}</h3>
|
||||||
|
<time>2023/02/14</time>
|
||||||
|
</div>
|
||||||
|
<div className="Contents">
|
||||||
|
<section className="characters">
|
||||||
|
<h4>{updates('labels.characters')}</h4>
|
||||||
|
<div className="items">
|
||||||
|
<ChangelogUnit id="3040447000" type="character" />
|
||||||
|
<ChangelogUnit id="3040448000" type="character" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section className="weapons">
|
||||||
|
<h4>{updates('labels.weapons')}</h4>
|
||||||
|
<div className="items">
|
||||||
|
<ChangelogUnit id="1040617200" type="weapon" />
|
||||||
|
<ChangelogUnit id="1040421500" type="weapon" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<section className="Content Version" data-version="2023-02U3">
|
<section className="Content Version" data-version="2023-02U3">
|
||||||
<div className="Header">
|
<div className="Header">
|
||||||
<h3>{`${updates('events.date', {
|
<h3>{`${updates('events.date', {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue