We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2c730 commit 24be8b7Copy full SHA for 24be8b7
src/app/components/LinkControls.tsx
@@ -36,6 +36,7 @@ export default function LinkControls({
36
<option value='polar'>Polar</option>
37
</select>
38
39
+ {/* Controls for the Orientation selection, this dropdown will be disabled when the polar layout is selected as it is not needed */}
40
<label>Orientation:</label>
41
42
<select
0 commit comments