This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
kelvinsuen
/
LIONER-frontend
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
no message
master
vluk@2fi-solutions.com.hk
пре 1 дан
родитељ
33246e03bc
комит
f3c19c1cef
2 измењених фајлова
са
3 додато
и
11 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-10
src/menu-items/misc.js
+1
-1
src/pages/profile/profile.js
+ 2
- 10
src/menu-items/misc.js
Прегледај датотеку
@@ -12,24 +12,16 @@ const icons = {
const misc = {
id: 'misc',
title: '
Miscellaneous
',
title: '
Security
',
type: 'group',
children: [
{
id: 'profile',
title: '
Profile &
2FA',
title: '2FA',
type: 'item',
url: '/profile',
icon: icons.ProfileOutlined,
breadcrumbs: false
},
{
id: 'logout',
title: 'Logout',
type: 'item',
url: '/logout',
icon: icons.LoginOutlined,
breadcrumbs: false
}
]
};
+ 1
- 1
src/pages/profile/profile.js
Прегледај датотеку
@@ -109,7 +109,7 @@ const Profile = () => {
return (
<Box sx={{ maxWidth: 800, mx: 'auto', mt: 4, p: 2 }}>
<Typography variant="h4" gutterBottom>
Profile & Security
2FA
</Typography>
<Card sx={{ mt: 3 }}>
Write
Preview
Loading…
Откажи
Сачувај