Skip to content

Commit

Permalink
Merge pull request #358 from JustinMacaulay/bug/fixing-bcgovlogo
Browse files Browse the repository at this point in the history
Fixing the BC gov logo
  • Loading branch information
GeorgeWalker authored Nov 15, 2024
2 parents d599cff + ec59880 commit 9665850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsd-app/ClientApp/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<header class="app-header">
<div class="top-menu row">
<section class="col-md-8 col-xs-12">
<a href="http://www2.gov.bc.ca/" tabindex="1"><img class="header-logo" alt="B.C. Government Logo" src="assets/bc-logo.svg"></a>
<a href="http://www2.gov.bc.ca/" tabindex="1"><img class="header-logo" alt="B.C. Government Logo" src="../assets/bc-logo.svg"></a>
<span class="title" role="banner">{{title}}</span>
</section>
<section class="col-md-4 col-xs-12 sign-container">
Expand Down

0 comments on commit 9665850

Please sign in to comment.