From f18e349c2102b84bde7af541ac1546be3ff82ca2 Mon Sep 17 00:00:00 2001 From: jelveh Date: Tue, 9 Dec 2025 23:48:02 -0800 Subject: [PATCH] Add profile-pic class to profile avatar div --- src/gui/src/UI/Dashboard/TabAccount.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gui/src/UI/Dashboard/TabAccount.js b/src/gui/src/UI/Dashboard/TabAccount.js index 7210b0313..8353db9a9 100644 --- a/src/gui/src/UI/Dashboard/TabAccount.js +++ b/src/gui/src/UI/Dashboard/TabAccount.js @@ -42,10 +42,7 @@ const TabAccount = { // Profile picture card h += '
'; h += '
'; - h += `
`; - h += '
'; - h += ''; - h += '
'; + h += `
`; h += '
'; h += '
'; h += `

${html_encode(window.user?.username || 'User')}

`;