mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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="container-tight py-2">
|
||||||
<div className="text-center mb-4">
|
<div className="text-center mb-4">
|
||||||
<a href=".">
|
<a href=".">
|
||||||
<img src="/images/logo-text.svg" height="30" alt="" />
|
<img src="/assets/images/logo-text.svg" height="30" alt="" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<form className="card card-md" action="." method="get" autoComplete="off">
|
<form className="card card-md" action="." method="get" autoComplete="off">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue