diff --git a/src/pagesView/components/WelcomeScreen.tsx b/src/pagesView/components/WelcomeScreen.tsx index 4aafc5a8..daead105 100644 --- a/src/pagesView/components/WelcomeScreen.tsx +++ b/src/pagesView/components/WelcomeScreen.tsx @@ -13,70 +13,72 @@ export interface IWelcomeScreenProps { export const WelcomeScreen: React.FunctionComponent = ({settings}: React.PropsWithChildren) => { return ( -
-
-
-
-
-

- Manage your static site with{' '} - Front Matter -

+
+
+
+
+
+
+

+ Manage your static site with{' '} + Front Matter +

-

- Thank you for taking the time to test out Front Matter! -

+

+ Thank you for taking the time to test out Front Matter! +

-

- We try to aim to make Front Matter as easy to use as possible, but if you have any questions, please don't hesitate to reach out to us on GitHub. -

+

+ We try to aim to make Front Matter as easy to use as possible, but if you have any questions, please don't hesitate to reach out to us on GitHub. +

- -
-
- -
-
-
- -
-

- Perform the next steps to get you started with the extension -

- -
-
- - -

- Once you completed both actions, the dashboard will show its full potential. You can also use the extension from the Front Matter side panel. There you will find the actions you can perform specifically for your pages. -

+
+ +
-

- We hope you enjoy Front Matter! -

-
-
+
+

+ Perform the next steps to get you started with the extension +

+ +
+
+ + +

+ Once you completed both actions, the dashboard will show its full potential. You can also use the extension from the Front Matter side panel. There you will find the actions you can perform specifically for your pages. +

+
+
+ +

+ We hope you enjoy Front Matter! +

+
+
+ ); }; \ No newline at end of file