1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

feat: update congratulations message (#8354)

![image](https://github.com/user-attachments/assets/c74d61e0-c38e-4770-8cb5-f3559a34a9f8)
This commit is contained in:
Jaanus Sellin 2024-10-03 15:38:14 +03:00 committed by GitHub
parent cfcaf00a8e
commit 361ef3d3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,10 +218,10 @@ const ExistingFlag = () => {
</TitleContainer> </TitleContainer>
<SuccessContainer> <SuccessContainer>
<Typography fontWeight='bold' variant='body2'> <Typography fontWeight='bold' variant='body2'>
Congratulations! You have created your first flag Congratulations, your first flag is ready!
</Typography> </Typography>
<Typography variant='body2'> <Typography variant='body2'>
Click into the flag below to customize the flag further You can open it to customize further.
</Typography> </Typography>
</SuccessContainer> </SuccessContainer>
</ExistingFlagContainer> </ExistingFlagContainer>