Error text edit dimension

This commit is contained in:
DomySh
2022-06-12 19:07:23 +02:00
parent a568fbe5eb
commit 088d1e406a
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ function ServiceDetails() {
<Space w="md"/>
</>}></ServiceRow>
{regexesList.length === 0?
<><Space h="xl" /> <Title className='center-flex' order={1}>No regex found for this service! Add one clicking the add button above</Title></>:
<><Space h="xl" /> <Title className='center-flex' order={3}>No regex found for this service! Add one clicking the add button above</Title></>:
<Grid>
{regexesList.map( (regexInfo) => <Grid.Col key={regexInfo.id} span={6}><RegexView regexInfo={regexInfo}/></Grid.Col>)}
</Grid>