Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #538 from web-illinois/release/2.16
Browse files Browse the repository at this point in the history
Bug fix for 2.16
  • Loading branch information
bryanjonker-illinois authored May 21, 2024
2 parents d55224a + d281750 commit 1c3bca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/footer/footer.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Footer extends LitElement {

renderWordmark() {
return html`
<svg class="wordmark" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 300.9 78.2" xml:space="preserve">
<svg class="wordmark" role="img" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 300.9 78.2" xml:space="preserve">
<title>University of Illinois Urbana-Champaign</title>
<g class="block-i">
<path class="block-i__outline" d="M54.2 21.1V0H0v21.1h12v36.1H0v21.1h54.2V57.2h-12V21.1h12zM42.1 60.2h9v15H3v-15h9c1.7 0 3-1.3 3-3V21.1c0-1.7-1.3-3-3-3H3V3h48.1v15h-9c-1.7 0-3 1.3-3 3v36.1c0 1.7 1.4 3.1 3 3.1"/>
Expand Down

0 comments on commit 1c3bca4

Please sign in to comment.