Move Registration to Admin Panel
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
background: linear-gradient(90deg, #ff8a00, #e52e71);
|
background: linear-gradient(90deg, #ff8a00, #e52e71);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
@@ -14,6 +14,7 @@ export function Sidebar() {
|
|||||||
{ name: 'Sınıflar', href: '/admin/classes' },
|
{ name: 'Sınıflar', href: '/admin/classes' },
|
||||||
{ name: 'Ders Programı', href: '/admin/lessons' },
|
{ name: 'Ders Programı', href: '/admin/lessons' },
|
||||||
{ name: 'Ücretler', href: '/admin/fees' },
|
{ name: 'Ücretler', href: '/admin/fees' },
|
||||||
|
{ name: 'Kayıt', href: '/admin/register' },
|
||||||
];
|
];
|
||||||
|
|
||||||
const handleLogout = () => {
|
const handleLogout = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user