Skip to content

Commit

Permalink
Merge pull request #9495 from ToolJet/fix/homepageTextAlignment
Browse files Browse the repository at this point in the history
Buttons text alignment for homepage
  • Loading branch information
gsmithun4 committed Apr 25, 2024
2 parents 711424c + e919df7 commit 960eb57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.36.0
2.36.1
2 changes: 1 addition & 1 deletion frontend/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.36.0
2.36.1
4 changes: 2 additions & 2 deletions frontend/src/HomePage/BlankPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion server/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.36.0
2.36.1

0 comments on commit 960eb57

Please sign in to comment.