Skip to content

Commit

Permalink
Add banner image to Development page
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Sep 11, 2023
1 parent d77d174 commit 474e2f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scripts/components/development/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ function Development() {
developmentContent?.data.description ||
'Visualization, Exploration, and Data Analysis (VEDA): Scalable and Interactive System for Science Data.'
}
coverSrc={developmentContent?.data.media?.src}
coverAlt={developmentContent?.data.media?.alt}
attributionAuthor={developmentContent?.data.media?.author?.name}
attributionUrl={developmentContent?.data.media?.author?.url}
/>

<ContentOverride with='developmentContent'>
Expand Down

0 comments on commit 474e2f4

Please sign in to comment.