Skip to content

Commit

Permalink
Update shop-updates.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Nov 4, 2023
1 parent cf4fe77 commit 77f6ddc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/shop-updates/shop-updates.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ export class ShopUpdatesComponent implements OnInit {

wheel = [
{
date: "28/10/2023",
date: "04/11/2023",
items: [
{
name: "(NEW) Monocle",
img: "../assets/img/helmets-masks/Monocle.png"
name: "Palina Specialist Partner Card",
img: "../assets/img/psps/buffs/palina_buff.png"
},
{
name: "(NEW) Oracle's Headband",
img: "../assets/img/helmets-masks/Oracle.png"
name: "Tree Wings",
img: "../assets/img/specialists/wings/buffs/Tree_wings.png"
},
{
name: "Knight Helmet" ,
img: "../assets/img/helmets-masks/KnightHelmet.png"
name: "Bone Warrior Specialist Partner Card" ,
img: "../assets/img/psps/buffs/bone_warrior.png"
},
{
name: "(NEW) Creepy Monk Costume Set" ,
name: "Creepy Monk Costume Set" ,
img: "../assets/img/costumes/all-sets/buffs/CreepyMonk.png"
},

Expand All @@ -34,7 +34,7 @@ export class ShopUpdatesComponent implements OnInit {

randomBox = [
{
date: "28/10/2023",
date: "04/11/2023",
boxName : 'Random Boxes ',
mainItem: "Mini Asgobas",
mainItemImg: "../../assets/img/shop_updates/box_asgo.png",
Expand All @@ -52,7 +52,7 @@ export class ShopUpdatesComponent implements OnInit {
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Dragon of Void Random Box",
name: "Knight Costume Set Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
}

Expand Down

0 comments on commit 77f6ddc

Please sign in to comment.