diff --git a/src/components/equative-explorer/EquativeExplorer.tsx b/src/components/equative-explorer/EquativeExplorer.tsx index 5350bbe..bb58f3d 100644 --- a/src/components/equative-explorer/EquativeExplorer.tsx +++ b/src/components/equative-explorer/EquativeExplorer.tsx @@ -47,9 +47,13 @@ function EquativeExplorer() { } return <> -
- - +
+
+ +
+
+ +
; diff --git a/src/components/equative-explorer/explorer-selectors.tsx b/src/components/equative-explorer/explorer-selectors.tsx index c64898c..b7e8744 100644 --- a/src/components/equative-explorer/explorer-selectors.tsx +++ b/src/components/equative-explorer/explorer-selectors.tsx @@ -41,8 +41,8 @@ export function SubjectSelector({ state, dispatch }: { const subject = state.subjectType === "pronouns" ? undefined : state.subjectsSelected[state.subjectType]; - return
- + return
+
- + return
+