diff --git a/src/components/structures/CompatibilityPage.js b/src/components/structures/CompatibilityPage.js
index 65e7233d34..c6abba4eb3 100644
--- a/src/components/structures/CompatibilityPage.js
+++ b/src/components/structures/CompatibilityPage.js
@@ -53,8 +53,8 @@ module.exports = React.createClass({
{},
{
'chromeLink': (sub) => {sub},
- 'firefoxLink': (sub) => {sub},
- 'safariLink': (sub) => {sub},
+ 'firefoxLink': (sub) => {sub},
+ 'safariLink': (sub) => {sub},
},
)}