admin page ui change
This commit is contained in:
@@ -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 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user