Skip to content

Commit 3f8c0c1

Browse files
feat: add New User Guide to Neve (#4461)
This adds a guide for new users to get started with their website. It will only appear for new users. It will appear in the Dashbaord under Launch Progress.
1 parent 8630a4c commit 3f8c0c1

5 files changed

Lines changed: 848 additions & 1 deletion

File tree

assets/apps/dashboard/src/Components/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ const App = () => {
4545
<Container className="flex flex-col lg:flex-row gap-6 h-full grow">
4646
<div className="grow">{tabs[currentTab].render(setTab)}</div>
4747

48-
{!['starter-sites', 'settings'].includes(currentTab) && (
48+
{!['starter-sites', 'settings', 'launch-progress'].includes(
49+
currentTab
50+
) && (
4951
<TransitionWrapper className="shrink-0 lg:w-[435px]">
5052
<Sidebar />
5153
</TransitionWrapper>

0 commit comments

Comments
 (0)