mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Fixed broken layout of welcome page
This commit is contained in:
parent
49154e0d33
commit
2b4e528eb6
1 changed files with 27 additions and 27 deletions
|
|
@ -107,37 +107,37 @@ class HomePage extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div className="page-body homepage-body">
|
{!isLoading && apps.length === 0 &&
|
||||||
<div className="container-xl">
|
<div class="page-wrapper">
|
||||||
<div className="row row-deck row-cards">
|
<div class="container-xl">
|
||||||
{!isLoading && apps.length === 0 &&
|
</div>
|
||||||
<div class="page-wrapper">
|
<div class="page-body">
|
||||||
<div class="container-xl">
|
<div class="container-xl d-flex flex-column justify-content-center">
|
||||||
|
<div class="empty">
|
||||||
|
<div class="empty-img"><img src="/assets/images/blank.svg" height="128" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="page-body">
|
<p class="empty-title">You haven't created any apps yet.</p>
|
||||||
<div class="container-xl d-flex flex-column justify-content-center">
|
<p class="empty-subtitle text-muted">
|
||||||
<div class="empty">
|
Try adjusting your search or filter to find what you're looking for.
|
||||||
<div class="empty-img"><img src="/assets/images/blank.svg" height="128" alt=""/>
|
</p>
|
||||||
</div>
|
<div class="empty-action">
|
||||||
<p class="empty-title">You haven't created any apps yet.</p>
|
<a onClick={this.createApp} class="btn btn-primary text-light">
|
||||||
<p class="empty-subtitle text-muted">
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg>
|
||||||
Try adjusting your search or filter to find what you're looking for.
|
Create your first app
|
||||||
</p>
|
</a>
|
||||||
<div class="empty-action">
|
<a href="https://docs.tooljet.io" target="_blank" class="btn btn-primary text-light mx-2">
|
||||||
<a onClick={this.createApp} class="btn btn-primary text-light">
|
Read documentation
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg>
|
</a>
|
||||||
Create your first app
|
|
||||||
</a>
|
|
||||||
<a href="https://docs.tooljet.io" class="btn btn-primary text-light mx-2">
|
|
||||||
Read documentation
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
|
||||||
|
<div className="page-body homepage-body">
|
||||||
|
<div className="container-xl">
|
||||||
|
<div className="row row-deck row-cards">
|
||||||
<div className="col-md-2">
|
<div className="col-md-2">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue