aboutsummaryrefslogtreecommitdiff
path: root/src/app/app-constants.module.ts
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 16:31:26 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 16:31:26 +0200
commit533bf3779ac4e4736320fdb5f23746cb5e765105 (patch)
treecb09bd3502c00f497e8d8a8de11be66177a502d8 /src/app/app-constants.module.ts
parenta5fd7df34da790377052e660e991e614a1bde27c (diff)
downloadDevHive-Angular-533bf3779ac4e4736320fdb5f23746cb5e765105.tar
DevHive-Angular-533bf3779ac4e4736320fdb5f23746cb5e765105.tar.gz
DevHive-Angular-533bf3779ac4e4736320fdb5f23746cb5e765105.zip
Removed old image assets and added new default user icon asset
Diffstat (limited to 'src/app/app-constants.module.ts')
-rw-r--r--src/app/app-constants.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app-constants.module.ts b/src/app/app-constants.module.ts
index f8722f7..39538e0 100644
--- a/src/app/app-constants.module.ts
+++ b/src/app/app-constants.module.ts
@@ -14,7 +14,7 @@ export class AppConstants {
public static API_COMMENT_URL = AppConstants.BASE_API_URL + '/Comment';
public static PAGE_SIZE = 10;
- public static FALLBACK_PROFILE_ICON = 'assets/images/feed/profile-pic.png';
+ public static FALLBACK_PROFILE_ICON = 'assets/icons/tabler-icon-user.svg';
public static SESSION_TOKEN_KEY = 'UserCred';
public static ADMIN_ROLE_NAME = 'Admin';