Skip to content

Commit

Permalink
More fixes for logo link to main page from licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus committed Nov 21, 2023
1 parent c9af1da commit ee93683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<nav class="navbar navbar-expand-md fixed-top navbar-dark bg-dark" style="padding-right: 39px;">
<div class="container">
<a class="navbar-brand" href="#"><img class="img-fluid d-block mx-auto" src="assets/logos/bliss-bass-logo-banner.png" width="180"></a>
<a class="navbar-brand" href="index.html"><img class="img-fluid d-block mx-auto" src="assets/logos/bliss-bass-logo-banner.png" width="180"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar3SupportedContent" aria-controls="navbar3SupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse text-center justify-content-end" id="navbar3SupportedContent">
<ul class="navbar-nav">
Expand Down

0 comments on commit ee93683

Please sign in to comment.