Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Removed dash footer component
Browse files Browse the repository at this point in the history
Dash footer has been removed as it has duplicate styles and html with footer component
  • Loading branch information
sanketbansal committed Jul 21, 2019
1 parent 712efed commit 2ef4829
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 100 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import {
ChallengeviewallsubmissionsComponent
} from './components/challenge/challengeviewallsubmissions/challengeviewallsubmissions.component';
import { SideBarComponent } from './components/utility/side-bar/side-bar.component';
import { DashFooterComponent } from './components/nav/dash-footer/dash-footer.component';
import { MatMenuModule } from '@angular/material/menu';
import { MatIconModule } from '@angular/material/icon';

Expand Down Expand Up @@ -127,7 +126,6 @@ import { DashboardContentComponent } from './components/dashboard/dashboard-cont
TestimonialsComponent,
SideBarComponent,
FeaturedChallengesComponent,
DashFooterComponent,
DashboardContentComponent,
EditphasemodalComponent,
ChallengeviewallsubmissionsComponent,
Expand Down
37 changes: 0 additions & 37 deletions src/app/components/nav/dash-footer/dash-footer.component.html

This file was deleted.

17 changes: 0 additions & 17 deletions src/app/components/nav/dash-footer/dash-footer.component.scss

This file was deleted.

25 changes: 0 additions & 25 deletions src/app/components/nav/dash-footer/dash-footer.component.spec.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/app/components/nav/dash-footer/dash-footer.component.ts

This file was deleted.

0 comments on commit 2ef4829

Please sign in to comment.