Skip to content

Commit

Permalink
Fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 6, 2019
1 parent b2a7fbb commit c6a2ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/auth/login.volt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="col col-login mx-auto">
<div class="text-center mb-6">
<img src="/assets/themes/phlexus-tabler-admin-theme/demo/brand/tabler.svg" class="h-6" alt="">
<img src="/assets/themes/phlexus-tabler-admin-theme/images/logo/phlexus.svg" class="h-6" alt="">
</div>
<form class="card" action="/admin/auth/doLogin" method="post">
<div class="card-body p-6">
Expand Down
2 changes: 1 addition & 1 deletion views/auth/restore.volt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="col col-login mx-auto">
<div class="text-center mb-6">
<img src="./demo/brand/tabler.svg" class="h-6" alt="">
<img src="/assets/themes/phlexus-tabler-admin-theme/images/logo/phlexus.svg" class="h-6" alt="">
</div>
<form class="card" action="" method="post">
<div class="card-body p-6">
Expand Down

0 comments on commit c6a2ef2

Please sign in to comment.