diff --git a/src/components/phrase-diagram/PhraseDiagram.tsx b/src/components/phrase-diagram/PhraseDiagram.tsx index c308e29..3f4b2b6 100644 --- a/src/components/phrase-diagram/PhraseDiagram.tsx +++ b/src/components/phrase-diagram/PhraseDiagram.tsx @@ -9,11 +9,13 @@ function PhraseDiagram({ opts, children }: { opts: T.TextOptions, children: BlockInput[] }) { - return
- {children.map((block) => ( - {block} - ))} -
; + return
+
+ {children.map((block) => ( + {block} + ))} +
+
} function Block({ opts, children }: { @@ -45,7 +47,7 @@ function NP({ opts, children, inside }: { {np.adjectives}
{np.ps[0].f}
-
NP
+
NP
} diff --git a/src/content/phrase-structure/np.mdx b/src/content/phrase-structure/np.mdx index 3da34da..57bf735 100644 --- a/src/content/phrase-structure/np.mdx +++ b/src/content/phrase-structure/np.mdx @@ -21,32 +21,32 @@ Pashto phrases are built with a basic **building blocks** 🧱 like NPs, APs, ve
AP
NP
NP
Verb
@@ -58,24 +58,24 @@ Or like this...
NP
NP
Equative
@@ -265,6 +265,6 @@ coming soon coming soon -Now try to make your own from scratch! +Now try to make your own NPs from scratch!