diff --git a/src/content/writing/MinimalPairs.tsx b/src/content/writing/MinimalPairs.tsx index b155560..264d553 100644 --- a/src/content/writing/MinimalPairs.tsx +++ b/src/content/writing/MinimalPairs.tsx @@ -20,10 +20,14 @@ export default function MinimalPairs({ {opened ? "▼" : "▶"} View Pairs - {section.pairs.map((pairs) => ( -
- {pairs.map((e) => ( - + {section.pairs.map((pairs, i) => ( +
+ {pairs.map((e, j) => ( + ))}
))} @@ -40,7 +44,7 @@ function PairItem({ opts: T.TextOptions; }) { return ( -
+