File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
component-header-footer/src/header/components/HeaderMain/Partner
component-header/src/components/HeaderMain/Partner Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const Partner = () => {
4747 < img
4848 className = "vert"
4949 src = { asuLogo ?. src ?? asuVertLogo }
50- alt = { asulogo ?. alt ?? "Arizona State University logo" }
50+ alt = { asuLogo ?. alt ?? "Arizona State University logo" }
5151 width = "303"
5252 height = "234"
5353 decoding = "async"
@@ -58,7 +58,7 @@ const Partner = () => {
5858 < img
5959 className = "horiz"
6060 src = { asuLogo ?. mobileSrc ?? asuHorizLogo }
61- alt = { asulogo ?. alt ?? "Arizona State University logo" }
61+ alt = { asuLogo ?. alt ?? "Arizona State University logo" }
6262 width = "400"
6363 height = "72"
6464 decoding = "async"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const Partner = () => {
4949 < img
5050 className = "vert"
5151 src = { asuLogo ?. src ?? asuVertLogo }
52- alt = { asulogo ?. alt ?? "Arizona State University logo" }
52+ alt = { asuLogo ?. alt ?? "Arizona State University logo" }
5353 width = "303"
5454 height = "234"
5555 decoding = "async"
@@ -60,7 +60,7 @@ const Partner = () => {
6060 < img
6161 className = "horiz"
6262 src = { asuLogo ?. mobileSrc ?? asuHorizLogo }
63- alt = { asulogo ?. alt ?? "Arizona State University logo" }
63+ alt = { asuLogo ?. alt ?? "Arizona State University logo" }
6464 width = "400"
6565 height = "72"
6666 decoding = "async"
You can’t perform that action at this time.
0 commit comments