feat: Redesign About page. (#899)
* Redesign About page. * feat: migrate About page to ngrx. * Fix import relative path; order contributors by the number of contributions.
This commit is contained in:
7
packages/uhk-web/src/app/models/uhk-contributor.ts
Normal file
7
packages/uhk-web/src/app/models/uhk-contributor.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface UHKContributor {
|
||||
login: string;
|
||||
avatar_url: string;
|
||||
html_url: string;
|
||||
contributions: number;
|
||||
avatar: Blob;
|
||||
}
|
||||
Reference in New Issue
Block a user