19 | {t("organization.addOrganization.description")} 20 |
21 |This is a React page
26 |docs
directory.
29 | >
30 | ),
31 | },
32 | {
33 | title: "Powered by React",
34 | Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
35 | description: (
36 | <>
37 | Extend or customize your website layout by reusing React. Docusaurus can be
38 | extended while reusing the same header and footer.
39 | >
40 | ),
41 | },
42 | ];
43 |
44 | function Feature({ title, Svg, description }: FeatureItem) {
45 | return (
46 | {description}
53 |42 | {options?.welcomeMessageBody || ( 43 | {t("authPages.welcomeMessage.slogan")} 44 | )} 45 |
46 |None
; 23 | } 24 | 25 | return ( 26 |18 | {title} 19 |
20 | 21 |19 | {t("organization.addOrganization.description")} 20 |
21 |