mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
removed unnecessary config
This commit is contained in:
@@ -158,6 +158,5 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
name: 'mantis',
|
name: 'mantis',
|
||||||
cssClass: 'mantis',
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -2,5 +2,4 @@ import { Config } from './config.interface';
|
|||||||
|
|
||||||
export interface Theme extends Config {
|
export interface Theme extends Config {
|
||||||
name: string;
|
name: string;
|
||||||
cssClass: string;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user