stewards management

This commit is contained in:
2026-01-21 16:50:10 +03:30
parent 025086ad2b
commit 0ed333c1fd
19 changed files with 223 additions and 93 deletions

View File

@@ -495,7 +495,7 @@ export const CreateGuilds = ({ guild, updateTable }) => {
<Grid container gap={SPACING.TINY} direction="column">
<Grid item xs={12}>
<Typography variant="h6" gutterBottom>
اطلاعات صنفی
اطلاعات واحد
</Typography>
</Grid>
@@ -531,7 +531,7 @@ export const CreateGuilds = ({ guild, updateTable }) => {
fullWidth
sx={{ mb: 2 }}
>
افزودن واحد صنفی
{`افزودن واحد`}
</Button>
</Grid>
)}

View File

@@ -70,7 +70,7 @@ export const GuildInfoSection = ({
{!hideTitle && (
<Grid item xs={12}>
<Typography variant="h6" gutterBottom>
اطلاعات صنفی
اطلاعات واحد
</Typography>
</Grid>
)}

View File

@@ -20,4 +20,3 @@ export const InfoBox = ({ icon: Icon, label, value, iconSx }) => (
</Box>
</Box>
);