From 7ecda36e149e9b4e32de6f3b334cad614dd59031 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson
Date: Mon, 9 May 2016 12:52:19 +0100
Subject: [PATCH] header
---
site.css | 5 +++++
src/components/HomePage.js | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+)
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) {