Skip to content

Commit

Permalink
Merge pull request #520 from hemilabs/hide-welcome-pack
Browse files Browse the repository at this point in the history
Remove welcome pack
  • Loading branch information
gndelia authored Sep 17, 2024
2 parents 26bcac7 + bbaadeb commit e79156d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions webapp/app/[locale]/get-started/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { Card } from 'ui-common/components/card'

import { ConfigureNetwork } from './_components/configureNetworks'
import { QuickStart, profiles, Profile } from './_components/quickStart'
import { WelcomePack } from './_components/welcomePack'

const SelectProfile = dynamic(
() => import('./_components/selectProfile').then(mod => mod.SelectProfile),
Expand Down Expand Up @@ -70,13 +69,6 @@ const NetworkPage = function () {
</Card>
</Suspense>
</div>
<div className="md:basis-1/3">
<Suspense fallback={<Skeleton className="h-80 w-full" />}>
<Card borderColor="gray" padding="medium" radius="large">
<WelcomePack />
</Card>
</Suspense>
</div>
</main>
<Suspense>
<QuickStartSection />
Expand Down

0 comments on commit e79156d

Please sign in to comment.