diff --git a/site.css b/site.css index 2aaf160..4dae73f 100644 --- a/site.css +++ b/site.css @@ -98,6 +98,11 @@ body { display: table-row; } +.mxt_HomePage_link_title { + font-size: 12px; + font-weight: bold; +} + .mxt_HomePage_link_logo, .mxt_HomePage_link_name, .mxt_HomePage_link_author, diff --git a/src/components/HomePage.js b/src/components/HomePage.js index e929c98..5d30cf1 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -220,6 +220,26 @@ export default React.createClass({

+
+
+
+
+ Name +
+
+ Description +
+
+ Author +
+
+ Maturity +
+
+ Access to { this.state.entity } +
+
+ { linkable_clients.map((client) => { var link; if (isRoom && client.room_url) {