mirror of
https://github.com/block-core/angor-hub-old.git
synced 2026-01-07 20:04:21 +01:00
Update projects.service.ts
This commit is contained in:
@@ -27,7 +27,7 @@ export interface ProjectStats {
|
||||
})
|
||||
export class ProjectsService {
|
||||
private offset = 0;
|
||||
private limit = 21;
|
||||
private limit = 48;
|
||||
private totalProjects = 0;
|
||||
private loading = false;
|
||||
private projects: Project[] = [];
|
||||
|
||||
Reference in New Issue
Block a user