mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fix broken logo on signup page
This commit is contained in:
parent
7330dad6f9
commit
6464ce423e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class SignupPage 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