diff --git a/client/src/assets/img/bg-homepage-1.jpg b/client/src/assets/img/bg-homepage-1.jpg index cac3311..6447e2f 100644 Binary files a/client/src/assets/img/bg-homepage-1.jpg and b/client/src/assets/img/bg-homepage-1.jpg differ diff --git a/client/src/assets/img/icons/Creep.svg b/client/src/assets/img/icons/Creep.svg deleted file mode 100644 index f355375..0000000 --- a/client/src/assets/img/icons/Creep.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/client/src/assets/img/icons/Damage.svg b/client/src/assets/img/icons/Damage.svg deleted file mode 100644 index 753af64..0000000 --- a/client/src/assets/img/icons/Damage.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/client/src/assets/img/icons/Gold.svg b/client/src/assets/img/icons/Gold.svg deleted file mode 100644 index 558ad14..0000000 --- a/client/src/assets/img/icons/Gold.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/client/src/assets/img/icons/KillParticipation.svg b/client/src/assets/img/icons/KillParticipation.svg deleted file mode 100644 index bedabc0..0000000 --- a/client/src/assets/img/icons/KillParticipation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/client/src/assets/img/icons/Stopwatch.svg b/client/src/assets/img/icons/Stopwatch.svg deleted file mode 100644 index 2d54a0b..0000000 --- a/client/src/assets/img/icons/Stopwatch.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/client/src/components/Global/SVGContainer.vue b/client/src/components/Global/SVGContainer.vue index ac50bf5..a5f19dc 100644 --- a/client/src/components/Global/SVGContainer.vue +++ b/client/src/components/Global/SVGContainer.vue @@ -4,6 +4,10 @@ + + + + @@ -21,6 +25,7 @@ + diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index 5fbe4b9..8225443 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -73,22 +73,30 @@
- Minions + + +
{{ data.stats.minions }} cs
- Gold + + +
{{ data.stats.gold|kilo }}
- Damage + + +
{{ data.stats.dmgChamp|kilo }}
- KillParticipation + + +
{{ data.stats.kp|percent }}
@@ -125,7 +133,9 @@
- Stopwatch + + +
{{ data.time|secToTime }}