mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-23 11:48:38 +01:00
Openai demo app vertical reorg (#234)
* organize demo ai app vertically * Update main.wasp.diff * Update guided-tour.md * Leftover vertical org changes (#233) * newsletter dir & leftovers * update app_diff * Update guided-tour.md * Update guided-tour.md
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
+} from './contentSections';
|
||||
import DropdownUser from '../../user/DropdownUser';
|
||||
import { UserMenuItems } from '../../user/UserMenuItems';
|
||||
-import { DocsUrl } from '../../common';
|
||||
+import { DocsUrl, GithubUrl } from '../../common';
|
||||
-import { DocsUrl } from '../../shared/common';
|
||||
+import { DocsUrl, GithubUrl } from '../../shared/common';
|
||||
import DarkModeSwitcher from '../components/DarkModeSwitcher';
|
||||
|
||||
export default function LandingPage() {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
--- template/app/src/client/landing-page/contentSections.ts
|
||||
+++ opensaas-sh/app/src/client/landing-page/contentSections.ts
|
||||
@@ -1,74 +1,126 @@
|
||||
-import { DocsUrl, BlogUrl } from '../../common';
|
||||
-import { DocsUrl, BlogUrl } from '../../shared/common';
|
||||
-import daBoiAvatar from '../static/da-boi.png';
|
||||
-import avatarPlaceholder from '../static/avatar-placeholder.png';
|
||||
-import { routes } from 'wasp/client/router';
|
||||
+import { DocsUrl, BlogUrl, GithubUrl } from '../../common';
|
||||
+import { DocsUrl, BlogUrl, GithubUrl } from '../../shared/common';
|
||||
|
||||
export const navigation = [
|
||||
{ name: 'Features', href: '#features' },
|
||||
|
||||
Reference in New Issue
Block a user