Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Fix typo on Mission Beyond case study snippet (#1035)
Browse files Browse the repository at this point in the history
* Fix typo on Mission Beyond case study snippet

* Update typo in slice

Co-authored-by: Tim Lee <tim.lee@red-badger.com>
  • Loading branch information
skaulana and TimboTambo authored Jun 6, 2022
1 parent 0f51e25 commit 15cff81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/pages/our-work/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Array [
<h2
class="header"
>
Building a mission-oriented product business from the group up
Building a mission-oriented product business from the ground up
</h2>
<p
class="description"
Expand Down
2 changes: 1 addition & 1 deletion site/pages/our-work/case-study/mission-beyond/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import styles from './style.css';

const social = {
title:
'Mission Beyond: Building a mission-oriented product business from the group up | Red Badger',
'Mission Beyond: Building a mission-oriented product business from the ground up | Red Badger',
description:
'Find out how a Red Badger team set about tackling social inequality by building a digital platform to connect employers with a diverse talent pool from poorer socioeconomic backgrounds.',
metaImage: header,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`pages/our-work/case-study/slices/pride renders correctly 1`] = `
layout="leftCol"
>
<Header>
Building a mission-oriented product business from the group up
Building a mission-oriented product business from the ground up
</Header>
<Description>
Find out how a Red Badger team set about tackling social inequality by building a digital platform to connect employers with a diverse talent pool from poorer socioeconomic backgrounds.
Expand Down
2 changes: 1 addition & 1 deletion site/pages/our-work/slices/mission-beyond/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function MissionBeyond({ layoutRight }: Props) {
return (
<Container to="missionBeyondCaseStudy" layoutRight={layoutRight}>
<Text layout={layoutRight ? 'rightCol' : 'leftCol'}>
<Header>Building a mission-oriented product business from the group up</Header>
<Header>Building a mission-oriented product business from the ground up</Header>
<Description>
Find out how a Red Badger team set about tackling social inequality by building a digital
platform to connect employers with a diverse talent pool from poorer socioeconomic
Expand Down

0 comments on commit 15cff81

Please sign in to comment.