mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Add class navbar-brand-autodark to login page (#406)
This commit is contained in:
parent
d41beda9eb
commit
946ccea4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class LoginPage extends React.Component {
|
|||
<div className="page page-center">
|
||||
<div className="container-tight py-2">
|
||||
<div className="text-center mb-4">
|
||||
<a href=".">
|
||||
<a href="." className="navbar-brand-autodark">
|
||||
<img src="/assets/images/logo-text.svg" height="30" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue