Skip to content

Commit 546d7a0

Browse files
committed
logos
1 parent 9a781cb commit 546d7a0

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

src/App.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import { GlHeader } from "gitlanding/GlHeader";
1515
import mesaLogoPng from "./assets/img/mesa_logo2_200pt.png";
1616
import mesaMp4 from "./assets/videos/mesa1.mp4";
1717
import githubPng from "./assets/img/github.png";
18+
import readthedocsPng from "./assets/img/readthedocs.png";
19+
import zenodoPng from "./assets/img/zenodo.png";
1820
import { OnyxiaUi } from "theme";
1921

2022
export 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 "

src/assets/img/readthedocs.png

13.9 KB
Loading

src/assets/img/zenodo.png

9.03 KB
Loading

0 commit comments

Comments
 (0)