Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocz committed Oct 2, 2024
1 parent ce8e53b commit d48a319
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,30 +205,6 @@ function Body() {
}
</GlCards>

{/*
<GlArticle
title="Article title"
body={`Lorem.`}
buttonLabel="Article Button label"
buttonLink={{
href: "https://example.com"
}}
illustration={{
type: "video",
hasShadow: false,
sources: [
{
src: mesaMp4,
type: "video/mp4"
}
]
}}
hasAnimation={true}
/>
<GlSectionDivider />
*/}

<GlSectionDivider />

<GlCheckList
Expand Down Expand Up @@ -306,10 +282,12 @@ function Body() {
hasAnimation={true}
/>

<GlSectionDivider />

<GlArticle
title="MESA papers to cite"
body={
<div style={{ maxHeight: "500px", overflowY: "auto" }}>
<div style={{ maxHeight: "400px", overflowY: "auto", width: "500px" }}>
<CopyBlock
language={"bash"}
text={useMesaBibTxt()}
Expand Down

0 comments on commit d48a319

Please sign in to comment.