1
0
Fork 0

fix(components): Change refence to antperson

See #871
This commit is contained in:
Joost De Cock 2021-06-08 20:21:12 +02:00
parent 475d757742
commit 543baeff1e

View file

@ -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>