diff --git a/src/pages/ProjectWizard.tsx b/src/pages/ProjectWizard.tsx index db89550..c48fdf7 100644 --- a/src/pages/ProjectWizard.tsx +++ b/src/pages/ProjectWizard.tsx @@ -20,7 +20,7 @@ import { useScreenDirection } from '../hooks/useScreenDirection'; import { useStoreActions, useStoreState } from '../stores/Hooks'; import { getRandomNumber } from '../utils/getRandom'; -const TEMPLATE_SYSTEM_ROOT = ' http://localhost:4000/'; +const TEMPLATE_SYSTEM_ROOT = 'https://karbon-apps.github.io/templates/'; const NavBarMobile = React.lazy( () => import('../components/Mobile/NavBarMobile'), @@ -348,7 +348,7 @@ export const ProjectWizard: React.FC = ({ open, onClose }) => { )} ) : ( -

+

No templates available go online to get new templates created by the community

@@ -392,8 +392,8 @@ export const ProjectWizard: React.FC = ({ open, onClose }) => { )) ) : ( -

- No templates +

+ You haven't saved any template yet

)} @@ -518,7 +518,7 @@ const Templates: React.FC<{ ))} ) : ( -

+

No templates available go online to get new templates created by the community