Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit 862f580

Browse files
authored
Merge pull request #1542 from nicholasdower/nickd/bustpointtounderbust
Add missing bustpointtounderbust.svg.
2 parents e18656c + 723a58f commit 862f580

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Loading

src/components/measurements/breasts/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import acrossback from './acrossback.svg'
22
import ankle from './ankle.svg'
33
import biceps from './biceps.svg'
44
import bustfront from './bustfront.svg'
5+
import bustpointtounderbust from './bustpointtounderbust.svg'
56
import bustspan from './bustspan.svg'
67
import chest from './chest.svg'
78
import crossseam from './crossseam.svg'
@@ -41,6 +42,7 @@ export default {
4142
ankle,
4243
biceps,
4344
bustfront,
45+
bustpointtounderbust,
4446
bustspan,
4547
chest,
4648
crossseam,

src/components/measurements/images.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { injectIntl } from 'react-intl'
99
const seated = ['crotchdepth']
1010
const breastsOnly = [
1111
'ankle',
12+
'bustpointtounderbust',
1213
'bustspan',
1314
'bustfront',
1415
'highbust',

0 commit comments

Comments
 (0)