Skip to content

Commit

Permalink
Allow specifying banner image for About page
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Sep 11, 2023
1 parent 474e2f4 commit c34484b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scripts/components/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ function About() {
description={
aboutContent?.data.description || 'This is the default description'
}
coverSrc={aboutContent?.data.media?.src}
coverAlt={aboutContent?.data.media?.alt}
attributionAuthor={aboutContent?.data.media?.author?.name}
attributionUrl={aboutContent?.data.media?.author?.url}
/>
<ContentOverride with='aboutContent'>
<FoldProse>
Expand Down

0 comments on commit c34484b

Please sign in to comment.