Skip to content

Commit 5f8d4bf

Browse files
committed
.
1 parent 7ba80eb commit 5f8d4bf

4 files changed

Lines changed: 27 additions & 22 deletions

File tree

public/clients/bentCareLogo2.svg

Lines changed: 3 additions & 0 deletions
Loading

src/components/Clients/clients.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import falconsLogo from '../../../public/clients/falconsLogo.svg';
2222
import scouthubLogo from '../../../public/clients/scouthubLogo.svg';
2323
import workStory from '../../../public/clients/workStory.svg';
2424
import synergyLogo from '../../../public/clients/synergyLogo.svg';
25+
import bentCareLogo from '../../../public/clients/bentCareLogo2.svg';
2526

2627
const ResponsiveImage = styled(Image) `
2728
width: 200px;
@@ -42,6 +43,7 @@ export const Clients = () => {
4243
client5: <ResponsiveImage src={scouthubLogo} alt="client5" />,
4344
client6: <ResponsiveImage src={workStory} alt="client6" />,
4445
client7: <ResponsiveImage src={synergyLogo} alt="client7" />,
46+
client8: <ResponsiveImage src={bentCareLogo} alt="client8" />,
4547
};
4648

4749

src/images/subway-time.svg

Lines changed: 11 additions & 11 deletions
Loading

src/images/user-expert.svg

Lines changed: 11 additions & 11 deletions
Loading

0 commit comments

Comments
 (0)