Skip to content

Commit

Permalink
Merge pull request #1438 from jay-hodgson/PORTALS-3355b
Browse files Browse the repository at this point in the history
PORTALS-3355: remove custom home page theme
  • Loading branch information
jay-hodgson authored Dec 5, 2024
2 parents 347ffb7 + 08fd467 commit 17ecb52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/portals/elportal/src/config/routesConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ const routes: RouteObject[] = [
...sharedRoutes,
{
index: true,
element: (
<HomePageThemeProvider>
<HomePage />
</HomePageThemeProvider>
),
element: <HomePage />,
},
{
path: 'HomepageV2',
Expand Down

0 comments on commit 17ecb52

Please sign in to comment.