mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-09 11:40:53 +08:00
Merge pull request #326 from KarthikRaju391/discord-credentials
Use Discord Credentials when available
This commit is contained in:
@@ -42,7 +42,7 @@ export function UserMenu() {
|
||||
className="flex items-center gap-4 p-1 lg:pr-6 rounded-full transition-colors duration-300"
|
||||
>
|
||||
<Image
|
||||
src="/images/temp-avatars/av5.jpg"
|
||||
src={session.user.image || "/images/temp-avatars/av1.jpg"}
|
||||
alt="Profile Picture"
|
||||
width="36"
|
||||
height="36"
|
||||
|
||||
Reference in New Issue
Block a user