Skip to content

Commit

Permalink
polls logo on home screen is active now and will take you home
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-shiv committed Jun 6, 2021
1 parent 948c3cd commit b3bf13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<a class="navbar-brand" href=""><i class="fas fa-person-booth"></i></a>
<a class="navbar-brand" href="{% url 'home' %}"><i class="fas fa-person-booth"></i></a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId"
aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit b3bf13e

Please sign in to comment.