We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bce373 commit 897f049Copy full SHA for 897f049
src/App.tsx
@@ -101,11 +101,11 @@ function Footer() {
101
links={[
102
{
103
href: "https://github.com/MESAHub/mesa/blob/master/LICENSE",
104
- label: <img src="https://img.shields.io/github/license/MESAHub/mesa" alt="" />
+ label: <img src="https://img.shields.io/github/license/MESAHub/mesa" alt="MESA license" />
105
},
106
107
- href: "https://github.com/MESAHub/mesa/releases/latest",
108
- label: <img src="https://img.shields.io/github/v/release/MESAHub/mesa" alt="" />
+ href: "https://zenodo.org/records/13353788",
+ label: <img src="https://img.shields.io/github/v/release/MESAHub/mesa" alt="MESA release version" />
109
}
110
]}
111
/>
0 commit comments