Move Registration to Admin Panel

This commit is contained in:
kertenkerem
2026-01-08 01:25:06 +03:00
parent 8fa560cd5e
commit 9bb5ec46ce
4 changed files with 2 additions and 0 deletions

View File

@@ -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;
} }

View File

@@ -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 = () => {