Skip to content

Commit 42bcc2e

Browse files
committed
feat: change color in footer copyright for accessibility
1 parent bb5713c commit 42bcc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ui/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import CheckCircle from "@/components/icons/CheckCircle.vue";
2121
<span class="whitespace-pre-line text-sm font-normal">
2222
{{ $t('footer.left.description') }}
2323
</span>
24-
<span class="text-[#6f6f6f] text-xs">
24+
<span class="text-[#7D7D7D] text-xs">
2525
© 2023-2025 Valory. {{ $t('footer.copyright') }}
2626
</span>
2727
<div class="flex flex-wrap gap-2">

0 commit comments

Comments
 (0)