Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
folkforms committed May 9, 2024
1 parent 4cae9fa commit e26316d
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 e26316d

Please sign in to comment.