We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4672c commit 65ac9aaCopy full SHA for 65ac9aa
pages/enemies/[enemy].tsx
@@ -129,6 +129,12 @@ function Resistances({ resistance }: { resistance: string[][] }) {
129
<div>Geo</div>
130
</div>
131
</th>
132
+ <th>
133
+ <div className="flex flex-row items-center content-center">
134
+ <div className="absolute invisible inline-block w-5 h-5 sm:relative sm:pr-1 sm:visible"><Image src={elements.Dendro} alt={"Dendro Element"} /></div>
135
+ <div>Dendro</div>
136
+ </div>
137
+ </th>
138
<th>Physical</th>
139
{resistance[0].length > 7 && <th>Note</th>}
140
</tr>
0 commit comments