feat: UI style refresh — Lucide icons, theme, slider, filters, buttons, VK
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useState } from 'react'
|
||||
import PersonOutlineRoundedIcon from '@mui/icons-material/PersonOutlineRounded'
|
||||
import { User } from 'lucide-react'
|
||||
import Badge from '@mui/material/Badge'
|
||||
import IconButton from '@mui/material/IconButton'
|
||||
import ListItemText from '@mui/material/ListItemText'
|
||||
@@ -40,7 +40,7 @@ export function UserMenu({ user, onNavigate, onLogout }: Props) {
|
||||
invisible={!user}
|
||||
anchorOrigin={{ vertical: 'bottom', horizontal: 'right' }}
|
||||
>
|
||||
<PersonOutlineRoundedIcon />
|
||||
<User />
|
||||
</Badge>
|
||||
</IconButton>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user