use discord credentials when available

This commit is contained in:
Karthik Raju
2023-01-03 16:45:24 +05:30
parent b26d62761e
commit b0f0705f64
6 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function UserMenu() {
<Popover.Button aria-label="Toggle Account Options" className="flex">
<div className="flex items-center gap-4 p-1 lg:pr-6 rounded-full border border-slate-300/70 hover:bg-gray-200/50 transition-colors duration-300">
<Image
src="/images/temp-avatars/av1.jpg"
src={session.user.image || "/images/temp-avatars/av1.jpg"}
alt="Profile Picture"
width="40"
height="40"