diff --git a/app/components/mission-statement.js b/app/components/mission-statement.js
index b0f2a07..3a0fecb 100644
--- a/app/components/mission-statement.js
+++ b/app/components/mission-statement.js
@@ -13,11 +13,11 @@ import html from "choo/html";
export default () => html`
Mission Statement
- To create a market for accessing and publishing information
1
- that is global
2,
- decentralized
3,
- robust
4,
- optimal
5
- and complete
6.
+ To create a market for accessing and publishing information
1
+ that is global
2,
+ decentralized
3,
+ robust
4,
+ optimal
5
+ and complete
6.
`;