Skip to content

Commit

Permalink
Corrected logo link
Browse files Browse the repository at this point in the history
- Link incorrect for logo
  • Loading branch information
deanblackborough committed Feb 27, 2020
1 parent c2cf6ee commit f34720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="row">
<div class="col-12">
<div class="logo">
<a href="/dashboard"><img src="https://app.costs-to-expect.com/images/theme/logo-190.png" width="64" height="64" alt="Costs to Expect Logo"
<a href="/"><img src="{{ asset('images/theme/logo-190.png') }}" width="64" height="64" alt="Costs to Expect Logo"
title="Back to the dashboard"/><span class="d-none">C</span>osts to Expect.com</a>
</div>

Expand Down

0 comments on commit f34720d

Please sign in to comment.