Skip to content

Commit 6588b3a

Browse files
committed
fix UI, color theme, logic handle img resource
2 parents 79f32cf + 77fe16c commit 6588b3a

File tree

24 files changed

+726
-634
lines changed

24 files changed

+726
-634
lines changed

src/app/core/models/user.models.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//ví dụ
2+
export const DEFAULT_BG = 'https://wallpaper.dog/large/10932813.jpg';
23
export const DEFAULT_AVATAR =
3-
'https://i.pinimg.com/736x/91/12/02/911202d369ed382e806e246dca39399e.jpg';
4-
export const DEFAULT_BG =
5-
'https://i.pinimg.com/736x/2f/5f/0e/2f5f0e56562fbef9ca734f233fa2c0b0.jpg';
4+
'https://static.vecteezy.com/system/resources/previews/023/329/545/large_2x/user-profile-shadow-symbol-icon-isolated-illustration-vector.jpg';
65

76
export type User = {
87
userId: string; // id của user

0 commit comments

Comments
 (0)