diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/@next/pages/about/mission.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/@next/pages/about/mission.tsx b/packages/website/ts/@next/pages/about/mission.tsx index d9989f394..08b6a3179 100644 --- a/packages/website/ts/@next/pages/about/mission.tsx +++ b/packages/website/ts/@next/pages/about/mission.tsx @@ -22,6 +22,7 @@ const values = [ { title: 'Focus on long-term Impact', description: 'We anticipate that over time, awareness of the fundamentally disruptive nature of frictionless global exchange will cause some to see this technology as a threat. There will be setbacks, some will claim that this technology is too disruptive, and we will face adversity. Persistence and a healthy long-term focus will see us through these battles.', + icon: 'long-term-impact', }, ]; |