Skip to content

Commit 2f18290

Browse files
committed
icons
1 parent 546d7a0 commit 2f18290

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

src/App.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import mesaMp4 from "./assets/videos/mesa1.mp4";
1717
import githubPng from "./assets/img/github.png";
1818
import readthedocsPng from "./assets/img/readthedocs.png";
1919
import zenodoPng from "./assets/img/zenodo.png";
20+
import mailmanPng from "./assets/img/mailman.png";
21+
import pythonPng from "./assets/img/python.png";
2022
import { OnyxiaUi } from "theme";
2123

2224
export 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
}

src/assets/img/mailman.png

2.17 KB
Loading

src/assets/img/python.png

7.01 KB
Loading

0 commit comments

Comments
 (0)