Skip to content

Commit 7834466

Browse files
Merge pull request #14 from Office-of-Digital-Services/update_6_5_1
Update to 6.5.1, fix header attribute names
2 parents 88fdb4e + 467db4a commit 7834466

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "https://Office-of-Digital-Services.github.io/California-State-Web-Template-react",
66
"dependencies": {
7-
"@cagovweb/state-template": "^6.5.0",
7+
"@cagovweb/state-template": "^6.5.1",
88
"@testing-library/jest-dom": "^5.16.5",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",

src/structure/SiteHeader/SiteHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const SiteHeader = ({ stateText, departmentText }) => (
2323
<div className="header-organization-banner">
2424
<a href="/">
2525
<div className="logo-assets">
26-
<svg class="logo-img" alt="State Template Logo" style={{ aspectRatio: '1/1' }} version="1.1" xmlns="http://www.w3.org/2000/svg" xmlnsXLink="http://www.w3.org/1999/xlink" viewBox="0 0 56 56" xmlSpace="preserve">
26+
<svg className="logo-img" alt="State Template Logo" style={{ aspectRatio: '1/1' }} version="1.1" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" viewBox="0 0 56 56" xmlSpace="preserve">
2727
<g>
2828
<path d="M45,9.7c-1.9,0-30.1,0-32,0s-3,1.2-3,3s0,40,0,40c0,0.6,0.2,1.2,0.5,1.7c0.5,0.8,1.4,1.3,2.5,1.3h32
2929
c1.7,0,3-1.3,3-3c0,0,0-38.3,0-40S46.9,9.7,45,9.7z M43.4,51.1H14.6V14.4h28.7V51.1z"></path>

0 commit comments

Comments
 (0)