Skip to content

Commit e56a0f4

Browse files
committed
ID-420 Just logo.svg
1 parent d60667f commit e56a0f4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In your application you will need to do the following:
118118
From version 2.9.7 onwards, you can apply the new "ID7.1" styling to the site masthead in your app. To do so:
119119

120120
* Add the `id7-point-1` class to any `id7-utility-masthead` elements in your templates
121-
* Replace the logo image src `/dist/images/logo.png` with `/dist/images/logo-id7-point-1.svg` in your templates
121+
* Replace the logo image src `/dist/images/logo.png` with `/dist/images/logo.svg` in your templates
122122
* Update anything app-specific that needs updating - the whole masthead region should have a white background
123123

124124
## Breaking changes

docs/_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="id7-logo-row">
77
<div class="id7-logo">
88
<a href="https://warwick.ac.uk" title="University of Warwick homepage">
9-
<img src="/dist/images/logo-id7-point-1.svg" alt="University of Warwick homepage">
9+
<img src="/dist/images/logo.svg" alt="University of Warwick homepage">
1010
</a>
1111
</div>
1212
<nav class="id7-site-links" aria-label="Site links">
File renamed without changes.

0 commit comments

Comments
 (0)