feat(website/i18n): translate support us

This commit is contained in:
Elian Doran
2025-10-13 19:03:56 +03:00
parent d20ebd6b2d
commit b129349236
6 changed files with 63 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ interface LinkProps {
className?: string;
href?: string;
openExternally?: boolean;
children: ComponentChildren;
children?: ComponentChildren;
title?: string;
onClick?: (e: MouseEvent) => void;
}