Sfoglia il codice sorgente

fix: whitespace problems on example page

Samuel Padgett 4 anni fa
parent
commit
ae87eeac2d
1 ha cambiato i file con 5 aggiunte e 7 eliminazioni
  1. 5 7
      src/components/ExamplePage.tsx

+ 5 - 7
src/components/ExamplePage.tsx

@@ -20,22 +20,20 @@ export default function ExamplePage() {
         </PageSection>
         <PageSection variant="light">
           <TextContent>
-            <Text component="p">
-              Nice! Your plugin is working.
-            </Text>
+            <Text component="p">Nice! Your plugin is working.</Text>
             <Text component="p">
               This is a custom page contributed by the console plugin template.
               The extension that adds the page is declared in
               console-extensions.json in the project root along with the
               corresponding nav item. Update console-extensions.json to change
-              or add extensions. Code references in console-extensions.json
-              must have a corresonding property <code>exposedModules</code> in
+              or add extensions. Code references in console-extensions.json must
+              have a corresonding property <code>exposedModules</code> in
               package.json mapping the reference to the module.
             </Text>
             <Text component="p">
-              After cloning this project, replace references to
+              After cloning this project, replace references to{' '}
               <code>console-template-plugin</code> and other plugin metadata in
-              <code>package.json</code> with values for your plugin.
+              package.json with values for your plugin.
             </Text>
           </TextContent>
         </PageSection>