Added update, changed CSS
This commit is contained in:
parent
aff4385e9f
commit
3db7af93b8
2 changed files with 35 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
.Contents {
|
.Contents {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr;
|
||||||
gap: $unit-4x;
|
gap: $unit-4x;
|
||||||
|
|
||||||
.characters,
|
.characters,
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,40 @@ 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-03U"
|
||||||
|
dateString="2023/03/22"
|
||||||
|
event="events.content"
|
||||||
|
newItems={{
|
||||||
|
weapon: ['1040024300'],
|
||||||
|
}}
|
||||||
|
uncappedItems={{
|
||||||
|
weapon: [
|
||||||
|
'1040217600',
|
||||||
|
'1040312800',
|
||||||
|
'1040023200',
|
||||||
|
'1040217800',
|
||||||
|
'1040420800',
|
||||||
|
'1040213900',
|
||||||
|
'1040116200',
|
||||||
|
'1040216500',
|
||||||
|
'1040616700',
|
||||||
|
'1040420700',
|
||||||
|
'1040913000',
|
||||||
|
'1040419000',
|
||||||
|
],
|
||||||
|
summon: [
|
||||||
|
'2040398000',
|
||||||
|
'2040413000',
|
||||||
|
'2040401000',
|
||||||
|
'2040406000',
|
||||||
|
'2040418000',
|
||||||
|
'2040409000',
|
||||||
|
'2040056000',
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
numNotes={2}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-03F"
|
version="2023-03F"
|
||||||
dateString="2023/03/16"
|
dateString="2023/03/16"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue