Improved visits section so that charts are grouped in sub tabs

This commit is contained in:
Alejandro Celaya
2020-12-12 20:45:23 +01:00
parent a013d40bf1
commit c74355e363
9 changed files with 196 additions and 139 deletions

View File

@@ -197,7 +197,7 @@ const CreateShortUrl = (
outline
color="primary"
disabled={shortUrlCreationResult.saving || isEmpty(shortUrlCreation.longUrl)}
className="create-short-url__save-btn"
className="btn-xs-block"
>
{shortUrlCreationResult.saving ? 'Creating...' : 'Create'}
</Button>