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