Commit 99be0199 authored by Chunchi Che's avatar Chunchi Che

fix div p

parent 55a13c35
Pipeline #20949 passed with stages
in 19 minutes and 11 seconds
......@@ -58,19 +58,13 @@ const CardModal = () => {
cover={<img alt={name} src={imgUrl} />}
>
<Meta title={name} />
<p>
<AttLine
types={extraCardTypes(types || 0)}
race={race}
attribute={attribute}
/>
</p>
<p>
<AtkLine level={level} atk={atk} def={def} />
</p>
<p>
<CounterLine counters={counters} />
</p>
<AttLine
types={extraCardTypes(types || 0)}
race={race}
attribute={attribute}
/>
<AtkLine level={level} atk={atk} def={def} />
<CounterLine counters={counters} />
<p>{desc}</p>
</Card>
{interactivies.map((interactive, idx) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment