mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Fixd broken image on login page
This commit is contained in:
parent
48dde68da0
commit
6494752b19
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class LoginPage extends React.Component {
|
|||
<div className="container-tight py-2">
|
||||
<div className="text-center mb-4">
|
||||
<a href=".">
|
||||
<img src="/images/logo-text.svg" height="30" alt="" />
|
||||
<img src="/assets/images/logo-text.svg" height="30" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
<form className="card card-md" action="." method="get" autoComplete="off">
|
||||
|
|
|
|||
Loading…
Reference in a new issue