Skip to content

Commit

Permalink
Merge pull request #1040 from ORCID/new-navbar
Browse files Browse the repository at this point in the history
New navbar
  • Loading branch information
auumgn authored Oct 19, 2023
2 parents ae79092 + 52071de commit e41661f
Show file tree
Hide file tree
Showing 250 changed files with 1,439 additions and 471 deletions.
4 changes: 3 additions & 1 deletion gateway/src/main/webapp/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import * as moment from 'moment';
// jhipster-needle-angular-add-module-import JHipster will add new module here
import { JhiMainComponent, NavbarComponent, FooterComponent, PageRibbonComponent, ActiveMenuDirective, ErrorComponent } from './layouts';
import { QuillModule } from 'ngx-quill';

import { library } from '@fortawesome/fontawesome-svg-core';
import { faBars } from '@fortawesome/free-solid-svg-icons';
@NgModule({
imports: [
BrowserModule,
Expand Down Expand Up @@ -72,5 +73,6 @@ import { QuillModule } from 'ngx-quill';
export class GatewayAppModule {
constructor(private dpConfig: NgbDatepickerConfig) {
this.dpConfig.minDate = { year: moment().year() - 100, month: 1, day: 1 };
library.add(faBars);
}
}
3 changes: 2 additions & 1 deletion ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/content/images"
],
"styles": [
"src/styles.scss"
Expand Down
Loading

0 comments on commit e41661f

Please sign in to comment.