Merge pull request #9495 from ToolJet/fix/homepageTextAlignment

Buttons text alignment for homepage
This commit is contained in:
Midhun G S 2024-04-25 13:59:17 +05:30 committed by GitHub
commit 960eb57be9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
2.36.0
2.36.1

View file

@ -1 +1 @@
2.36.0
2.36.1

View file

@ -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>

View file

@ -1 +1 @@
2.36.0
2.36.1