diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue
index 8796bc6..0e0cb33 100644
--- a/client/src/components/Match/Match.vue
+++ b/client/src/components/Match/Match.vue
@@ -1,7 +1,8 @@
-
@@ -128,7 +129,7 @@
-
+
@@ -137,11 +138,13 @@
import { mapActions, mapState, mapGetters } from 'vuex'
import DetailedMatch from '@/components/Match/DetailedMatch'
import MatchItems from '@/components/Match/MatchItems'
+import Ripple from '@/components/Ripple.vue'
export default {
components: {
DetailedMatch,
MatchItems,
+ Ripple,
},
props: {
diff --git a/client/src/components/Ripple.vue b/client/src/components/Ripple.vue
new file mode 100644
index 0000000..4706b16
--- /dev/null
+++ b/client/src/components/Ripple.vue
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+