From a573a7411e3acf35f31506f8b9caa041946cc184 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Wed, 1 Apr 2020 14:14:03 +0200 Subject: [PATCH] feat: add "new" tag if first load of the match --- client/src/components/Match/Match.vue | 5 +++++ server/app/Services/MatchService.js | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index 8225443..446cca6 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -7,6 +7,11 @@ class="match relative bg-blue-800 text-white text-base cursor-pointer hover:shadow-xl" >
+
New