Skip to content

Commit

Permalink
Fix brand link
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Dec 29, 2023
1 parent ee03399 commit c545772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>
<div>
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand ms-3" href="{{ reqeust.tenant.index_redirect }}">{{ request.tenant.display_name }}</a>
<a class="navbar-brand ms-3" href="{{ request.tenant.index_redirect }}">{{ request.tenant.display_name }}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit c545772

Please sign in to comment.