Skip to content

Commit

Permalink
Hide projects until later
Browse files Browse the repository at this point in the history
- Projects will be added later.
- Focus on reducing mock-ups and finalizing alpha v0 where all screens are mostly functional.
  • Loading branch information
sondreb committed Oct 14, 2024
1 parent e7ba489 commit db85420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const routes: Routes = [
path: 'app/projects',
loadComponent: () => import('./apps/app/projects/projects.component').then((c) => c.ProjectsComponent),
title: 'Projects',
data: { hide: false, icon: 'diversity_1' },
data: { hide: true, icon: 'diversity_1' },
},
{
path: 'communities/create',
Expand Down

0 comments on commit db85420

Please sign in to comment.