mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Merge pull request #9495 from ToolJet/fix/homepageTextAlignment
Buttons text alignment for homepage
This commit is contained in:
commit
960eb57be9
4 changed files with 5 additions and 5 deletions
2
.version
2
.version
|
|
@ -1 +1 @@
|
|||
2.36.0
|
||||
2.36.1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.36.0
|
||||
2.36.1
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.36.0
|
||||
2.36.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue