parent
475d757742
commit
543baeff1e
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ const SampleConfigurator = (props) => {
|
||||||
}}
|
}}
|
||||||
className={type === 'models' && instance === 'antWoman' ? 'active' : ''}
|
className={type === 'models' && instance === 'antWoman' ? 'active' : ''}
|
||||||
>
|
>
|
||||||
Antwoman
|
Antperson (with breasts)
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -147,7 +147,7 @@ const SampleConfigurator = (props) => {
|
||||||
}}
|
}}
|
||||||
className={type === 'models' && instance === 'antMan' ? 'active' : ''}
|
className={type === 'models' && instance === 'antMan' ? 'active' : ''}
|
||||||
>
|
>
|
||||||
Antman
|
Antperson (without breasts)
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue