This commit is contained in:
2022-10-26 01:39:48 +00:00
parent 9d417032d9
commit 202c80ddb7
3 changed files with 12 additions and 14 deletions

View File

@@ -88,28 +88,21 @@
</div>
</v-col>
<v-col cols="12">
<v-btn
large
color="primary"
text
class="my-8 mr-16"
@click="helpEvaluate()"
>{{ $ay.t("EvaluationGuide") }}</v-btn
>
<v-btn large color="primary" text @click="helpEvaluate()">{{
$ay.t("EvaluationGuide")
}}</v-btn>
<v-btn
large
color="primary"
text
:href="supportLink()"
target="_blank"
class="my-8 mr-12"
>{{ $ay.t("HelpTechSupport") }}</v-btn
>
<v-btn
large
color="primary"
text
class="my-8 mr-12"
data-cy="btnSeed"
@click="seedDialog = !seedDialog"
>{{ $ay.t("GenerateSampleData") }}</v-btn