admin page ui change

This commit is contained in:
2025-11-21 01:25:04 +03:00
parent cf42825705
commit 759d5f0bb1

View File

@@ -132,16 +132,10 @@ const AdminPage = () => {
alignItems: 'center', alignItems: 'center',
}} }}
> >
<Chip label="Admin Yetkisinde" color="secondary" size="small" /> <Chip label="Yönetim Alanı" color="secondary" size="small" />
<Typography variant="h5" sx={{ fontWeight: 700 }}>
Yönetim Alanı
</Typography>
<Stack spacing={1} sx={{ alignItems: 'center' }}> <Stack spacing={1} sx={{ alignItems: 'center' }}>
<Typography variant="body1" color="text.secondary" align="center"> <Typography variant="body1" color="text.secondary" align="center">
Canlı veriler soket bağlantısı üzerinden bu alanda gösterilecek. Canlı veriler soket bağlantısı alanları
</Typography>
<Typography variant="body2" color="text.secondary" align="center">
Şimdilik altyapı hazır, ilerleyen adımda canlı akışı ekleyeceğiz.
</Typography> </Typography>
</Stack> </Stack>
<Grid container spacing={2} sx={{ mt: 2 }}> <Grid container spacing={2} sx={{ mt: 2 }}>