Skip to content

Commit

Permalink
Home Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay Chowdhury committed Oct 19, 2024
1 parent eafd3f8 commit ca11428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Asset/js/Template/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $(function () {
bar += ' <!-- NavBar --> ';
bar += ' <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" > ';
bar += ' <div class="container-fluid"> ';
bar += ' <a class="navbar-brand" href="#"> ';
bar += ' <a class="navbar-brand" href="/"> ';
bar += ' <img src="Asset/img/iconfit.png" alt="" width="37" height="35" class="d-inline-block align-text-top rounded-circle"> ';
bar += ' YoursTanmay&nbsp;<span class="badge bg-light text-dark">Fitness</span> ';
bar += ' </a> ';
Expand Down

0 comments on commit ca11428

Please sign in to comment.