Skip to content

Commit

Permalink
put them in a separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 21, 2023
1 parent 02acb13 commit 6c1dbe4
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/components/about/OurValues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@ const values = [
{
title: 'Put community first 💙',
description: 'We never lose sight of who we’re serving and why.',
lightIcon: 'url(/static/branding/about/community-light.svg)',
darkIcon: 'url(/static/branding/about/community-dark.svg)',
lightIcon: 'url(/static/branding/about/values-icons/community-light.svg)',
darkIcon: 'url(/static/branding/about/values-icons/community-dark.svg)',
width: 92,
height: 84,
},
{
title: 'Avoid bureaucracy 🚫',
description: 'We’re so not corporate — and we like it that way.',
lightIcon: 'url(/static/branding/about/bureaucracy-light.svg)',
darkIcon: 'url(/static/branding/about/bureaucracy-dark.svg)',
lightIcon: 'url(/static/branding/about/values-icons/bureaucracy-light.svg)',
darkIcon: 'url(/static/branding/about/values-icons/bureaucracy-dark.svg)',
width: 81,
height: 94,
},
{
title: 'Chase “better” 🌱',
description: 'We’re driven by an unending desire to improve.',
lightIcon: 'url(/static/branding/about/better-light.svg)',
darkIcon: 'url(/static/branding/about/better-dark.svg)',
lightIcon: 'url(/static/branding/about/values-icons/better-light.svg)',
darkIcon: 'url(/static/branding/about/values-icons/better-dark.svg)',
width: 89,
height: 89,
},
{
title: 'Trust and deliver together 🚀',
description: 'We choose to cultivate unity as the core of achievement.',
lightIcon: 'url(/static/branding/about/trust-light.svg)',
darkIcon: 'url(/static/branding/about/trust-dark.svg)',
lightIcon: 'url(/static/branding/about/values-icons/trust-light.svg)',
darkIcon: 'url(/static/branding/about/values-icons/trust-dark.svg)',
width: 75,
height: 92,
},
Expand Down

0 comments on commit 6c1dbe4

Please sign in to comment.