Update source locations

There was an extra /
This commit is contained in:
Matthew Grove
2018-11-19 19:50:36 +00:00
parent d8dd9b540c
commit d83e5a3105
4 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<div class="mdc-drawer__content">
<nav class="mdc-list">
<div style="margin: 15px;text-align:center;">
<img src="//images/page-logo.png" style="width: 90%;"/>
<img src="/images/page-logo.png" style="width: 90%;"/>
</div>
<a class="mdc-list-item" href="https://reading-school.co.uk">
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>

View File

@@ -2,6 +2,6 @@
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
<a href="javascript:void(0);" class="material-icons mdc-top-app-bar__navigation-icon">menu</a>
<span class="mdc-top-app-bar__title">BBC School Report | Reading School</span>
<img src="//images/logo-white.png" style="height:48px;width:auto;position:relative;right:0;"/>
<img src="/images/logo-white.png" style="height:48px;width:auto;position:relative;right:0;"/>
</section>
</div>