Fix logo path

This commit is contained in:
Jack Bond-Preston 2018-11-22 23:07:32 +00:00
parent 2d4fdc098b
commit 973fd74b2a

View File

@ -20,7 +20,7 @@
<div class="uk-grid-match uk-child-width-expand@m" uk-grid>
<div>
<h1 class="uk-heading-primary">
<img src="SVG/logo-outline.svg" uk-svg>
<img src="images/logo-outline.svg" uk-svg>
</h1>
</div>
</div>