feat: user avatar images

- added user avatars for each user
- it will fetch user images from github or google and if there is no image then it will show initials
This commit is contained in:
Akhileshrangani4
2024-11-11 16:01:47 -05:00
parent 2262adca74
commit 30c9da559f
11 changed files with 64 additions and 18 deletions
+1
View File
@@ -35,6 +35,7 @@ export default async function DashboardPage() {
type: "react" | "node"
author: string
sharedOn: Date
authorAvatarUrl: string
}[]
return (