Make logo on top app bar into link to home page

This commit is contained in:
Matthew Grove
2018-11-21 19:02:28 +00:00
parent ddef25f357
commit a927244192

View File

@@ -4,6 +4,8 @@
<span class="mdc-top-app-bar__title">BBC Young Reporter | Reading School</span> <span class="mdc-top-app-bar__title">BBC Young Reporter | Reading School</span>
</section> </section>
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar"> <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
<img src="/images/logo-white.png" class="mdc-top-app-bar__action-item" aria-label="Reading School" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/> <a href="/" class="mdc-top-app-bar__action-item" aria-label="Reading School">
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/>
</a>
</section> </section>
</div> </div>