Skip to content

Commit

Permalink
refactor: Update navbar brand link to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanghorbanee committed Aug 29, 2024
1 parent 41c6866 commit 589cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Django-Shop/templates/partials/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="#"><strong>Django Shop</strong></a>
<a class="navbar-brand" href="/"><strong>Django Shop</strong></a>

<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit 589cecc

Please sign in to comment.