diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 090a6f3..5b9d8d9 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -643,9 +643,7 @@ export default function App() { title="User Menü" > 👤 - - {me.email} - + Account @@ -1419,7 +1417,7 @@ const styles = { fontWeight: 900, cursor: "pointer", boxShadow: "inset 0 1px 0 rgba(255,255,255,0.06)", - maxWidth: 260, + maxWidth: 180, }, userDropdown: {