feat(clothes): add tank top to workout clothes ref
This commit is contained in:
parent
f0ff1f1058
commit
1cd04e2755
3 changed files with 2 additions and 1 deletions
BIN
public/img/clothes-ref/workout/tank-top.jpg
Normal file
BIN
public/img/clothes-ref/workout/tank-top.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
|
@ -29,6 +29,7 @@ export default {
|
|||
|
||||
const workout = [
|
||||
"/img/clothes-ref/workout/hoodie.jpg",
|
||||
"/img/clothes-ref/workout/tank-top.jpg",
|
||||
"/img/clothes-ref/workout/gloves.jpg",
|
||||
"/img/clothes-ref/workout/shorts.jpg"
|
||||
];
|
||||
|
|
|
@ -52,7 +52,7 @@ export default {
|
|||
{
|
||||
name: "Workout",
|
||||
clothes: [
|
||||
"Sleeveless Hoodie (hood goes on)",
|
||||
"Sleeveless Hoodie (hood goes on) OR Tank Top",
|
||||
"Fingerless Gloves",
|
||||
"Short Shorts",
|
||||
"(barefoot)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue