Skip to content

Commit

Permalink
Merge pull request #65 from merative/ab/fix-title
Browse files Browse the repository at this point in the history
Fix title
  • Loading branch information
bdjos1 authored May 21, 2024
2 parents 595df32 + e26316d commit bbf4a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/src/gatsby-theme-carbon/templates/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HomepageTemplate from 'gatsby-theme-carbon/src/templates/Homepage';

import Carbon from '../../images/carbon.jpg';

const BannerText = () => <h1>Social Program Management UI Add-ons Development Environment</h1>;
const BannerText = () => <h1>Social Program Management UI Add-on Development Environment</h1>;

const customProps = {
Banner: <HomepageBanner renderText={BannerText} image={Carbon} />,
Expand Down

0 comments on commit bbf4a3e

Please sign in to comment.