Skip to content

Commit

Permalink
Updating branding for new mission (#8456)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvan-ph authored May 14, 2024
1 parent dc9ee28 commit 2b9f90e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
name: 'PostHog | How engineers build better products',
name: 'PostHog | How developers build successful products',
short_name: 'starter',
start_url: '/',
background_color: '#E5E7E0',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default function Hero() {
const { enterpriseMode } = useLayoutData()
const heroTitle = enterpriseMode
? 'The modern digital optimization platform'
: 'How engineers build better products'
: 'How developers build successful products'

useEffect(() => {
setShowNPS(enterpriseMode)
Expand Down
4 changes: 2 additions & 2 deletions src/components/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const Home = () => {
<StarUsBanner />
<Layout>
<SEO
title="PostHog - How engineers build better products"
description="PostHog is the only all-in-one platform for product analytics, feature flags, session replays, A/B testing, and surveys that's built for engineers."
title="PostHog - How developers build successful products"
description="PostHog is the only all-in-one platform for product analytics, feature flags, session replays, A/B testing, and surveys that's built for developers."
image="/images/home.png"
/>
<Hero />
Expand Down

0 comments on commit 2b9f90e

Please sign in to comment.