From 67aff6b9f235f9cb01a5ab87959210778c66bf67 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 21 Dec 2015 12:37:38 +0000 Subject: [PATCH] adopt MacOS style chevrons --- src/components/structures/RoomSubList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 461c87fb..f190c584 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -268,7 +268,7 @@ var RoomSubList = React.createClass({

{ this.props.collapsed ? '' : this.props.label }

);