Added resource page, updated icons, and more
This commit is contained in:
8
src/app/views/resources/resources.component.ts
Normal file
8
src/app/views/resources/resources.component.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'xxx-resources',
|
||||
templateUrl: './resources.component.html',
|
||||
styles: [`.extra-spacing li {margin-bottom: 1em}`]
|
||||
})
|
||||
export class ResourcesComponent { }
|
Reference in New Issue
Block a user