Skip to content

Commit 897f049

Browse files
committed
add more missing alt test
1 parent 3bce373 commit 897f049

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ function Footer() {
101101
links={[
102102
{
103103
href: "https://github.com/MESAHub/mesa/blob/master/LICENSE",
104-
label: <img src="https://img.shields.io/github/license/MESAHub/mesa" alt="" />
104+
label: <img src="https://img.shields.io/github/license/MESAHub/mesa" alt="MESA license" />
105105
},
106106
{
107-
href: "https://github.com/MESAHub/mesa/releases/latest",
108-
label: <img src="https://img.shields.io/github/v/release/MESAHub/mesa" alt="" />
107+
href: "https://zenodo.org/records/13353788",
108+
label: <img src="https://img.shields.io/github/v/release/MESAHub/mesa" alt="MESA release version" />
109109
}
110110
]}
111111
/>

0 commit comments

Comments
 (0)