diff --git a/app/resources/js/components/errors/ErrorMeta.vue b/app/resources/js/components/errors/ErrorMeta.vue index e86df66e..c337e5a3 100644 --- a/app/resources/js/components/errors/ErrorMeta.vue +++ b/app/resources/js/components/errors/ErrorMeta.vue @@ -53,7 +53,7 @@ function statusColor(s: string): string {

Что-то не так? Напишите в - support@liderra.app + support@liderra.app

@@ -99,4 +99,11 @@ function statusColor(s: string): string { color: #7a8c87; margin-top: 16px; } +.err-help__link { + color: #d3dad8; + text-decoration: underline; +} +.err-help__link:hover { + color: #ffffff; +}