Skip to content

Commit 3138a66

Browse files
committed
fix order
1 parent 1d2061b commit 3138a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ export function App() {
5656
/>
5757
<RowText order={4} text={`Selection Mode: ${autoSelectLatest ? "Auto" : "Manual"}`} />
5858

59-
<RowText order={3} text="•" />
59+
<RowText order={5} text="•" />
6060

61-
<RowButton key="showargs" onClick={() => store.changeShowArgs(!showArgs)} order={5} text="Toggle" />
62-
<RowText order={6} text={`Show Args: ${showArgs ? "Yes" : "No"}`} />
61+
<RowButton key="showargs" onClick={() => store.changeShowArgs(!showArgs)} order={6} text="Toggle" />
62+
<RowText order={7} text={`Show Args: ${showArgs ? "Yes" : "No"}`} />
6363

6464
<uilistlayout
6565
FillDirection={Enum.FillDirection.Horizontal}

0 commit comments

Comments
 (0)