@ -787,6 +787,7 @@ h-margin {
.download-button:hover {
color: orange;
}
.match-result a {
text-decoration: none;
@ -1,7 +1,7 @@
<div class="dark_bubble">
<div class="flex-row">
<label class="left-label matchtitle header"><span x-text="group_stage.group_stage_name"></span> <span x-text="group_stage.title"></span></label>
<label class="left-label matchtitle winner"><span x-text="group_stage.group_stage_name"></span> <span x-text="group_stage.title"></span></label>
</div>
<template x-for="i in group_stage.teams.length">
@ -4,7 +4,7 @@
<label class="left-label matchtitle header">{{ group_stage.title }}</label>
<label class="left-label matchtitle winner">{{ group_stage.title }}</label>
<!-- <label class="right-label info">{{ match.date }}</label> -->