File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import { GlHeader } from "gitlanding/GlHeader";
1515import mesaLogoPng from "./assets/img/mesa_logo2_200pt.png" ;
1616import mesaMp4 from "./assets/videos/mesa1.mp4" ;
1717import githubPng from "./assets/img/github.png" ;
18+ import readthedocsPng from "./assets/img/readthedocs.png" ;
19+ import zenodoPng from "./assets/img/zenodo.png" ;
1820import { OnyxiaUi } from "theme" ;
1921
2022export function App ( ) {
@@ -121,9 +123,7 @@ function Body() {
121123 link = { {
122124 href : "https://docs.mesastar.org/"
123125 } }
124- iconUrls = { [
125- "https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
126- ] }
126+ iconUrls = { [ readthedocsPng ] }
127127 />
128128 < GlLogoCard
129129 title = "Zenodo Community"
@@ -132,9 +132,7 @@ function Body() {
132132 link = { {
133133 href : "https://zenodo.org/communities/mesa/records?q=&l=list&p=1&s=10"
134134 } }
135- iconUrls = { [
136- "https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
137- ] }
135+ iconUrls = { [ zenodoPng ] }
138136 />
139137 < GlLogoCard
140138 title = "MESA Marketplace "
You can’t perform that action at this time.
0 commit comments