mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
text alignment
This commit is contained in:
parent
711424c301
commit
0568ead927
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ export const BlankPage = function BlankPage({
|
|||
<div className="container-xl d-flex flex-column justify-content-center">
|
||||
<div>
|
||||
<div className="row homepage-empty-container">
|
||||
<div className="col-6">
|
||||
<div className="col-7">
|
||||
<h3 className="empty-welcome-header" data-cy="empty-homepage-welcome-header">
|
||||
{t('blankPage.welcomeToToolJet', 'Welcome to your new ToolJet workspace')}
|
||||
</h3>
|
||||
|
|
@ -107,7 +107,7 @@ export const BlankPage = function BlankPage({
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-6 empty-home-page-image" data-cy="empty-home-page-image">
|
||||
<div className="col-5 empty-home-page-image" data-cy="empty-home-page-image">
|
||||
<EmptyIllustration />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue