uk spelling: visualisation

This commit is contained in:
2025-09-14 19:58:37 +01:00
parent d0e4b52f97
commit 330fa87e1a
4 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ export function VisualizationContainer({
<div
className="flex min-h-80 min-w-0 items-center justify-center overflow-x-auto rounded-lg border border-border bg-surface px-8 py-4 lg:h-auto"
role="img"
aria-label="Algorithm visualization"
aria-label="Algorithm visualisation"
>
{children}
</div>