File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ import mesaMp4 from "./assets/videos/mesa1.mp4";
1717import githubPng from "./assets/img/github.png" ;
1818import readthedocsPng from "./assets/img/readthedocs.png" ;
1919import zenodoPng from "./assets/img/zenodo.png" ;
20+ import mailmanPng from "./assets/img/mailman.png" ;
21+ import pythonPng from "./assets/img/python.png" ;
2022import { OnyxiaUi } from "theme" ;
2123
2224export function App ( ) {
@@ -152,20 +154,16 @@ function Body() {
152154 link = { {
153155 href : "https://lists.mesastar.org/mailman/listinfo/mesa-users"
154156 } }
155- iconUrls = { [
156- "https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
157- ] }
157+ iconUrls = { [ mailmanPng ] }
158158 />
159159 < GlLogoCard
160160 title = "mesa_reader"
161- paragraph = { `Python module to interact and plot MESA data` }
161+ paragraph = { `Python module to interact and plot MESA data (pip install mesa_reader) ` }
162162 buttonLabel = "Get mesa_reader"
163163 link = { {
164164 href : "https://github.com/wmwolf/py_mesa_reader"
165165 } }
166- iconUrls = { [
167- "https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
168- ] }
166+ iconUrls = { [ pythonPng ] }
169167 />
170168 </ >
171169 }
You can’t perform that action at this time.
0 commit comments