Change spelling in UI

This commit is contained in:
Fuhrmann 2025-03-07 10:10:31 +01:00
parent 213537508c
commit 635d9b6292

View file

@ -128,7 +128,7 @@ export function Form() {
<div className="w-full flex flex-col gap-3 p-4 border border-gray-200 rounded shadow">
<Toggle title="Slicing Box" onChange={handleChange} />
<Toggle
title="Coordinate grid"
title="Coordinate Grid"
onChange={handleChangeCG}
defaultChecked
/>