aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/ParentDocumentSelector.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-03 11:26:17 -0400
committerbobzel <zzzman@gmail.com>2020-08-03 11:26:17 -0400
commit48a65994e75fc0f2aaeb96807e8a4f58ff3e3968 (patch)
tree430c45985cd266dd8f2f556f4cfb858952c42032 /src/client/views/collections/ParentDocumentSelector.tsx
parent9d2204b09a88315f4bb294dce3043a87e14ae45f (diff)
restored button next to tab for dragging document & changed tab view
Diffstat (limited to 'src/client/views/collections/ParentDocumentSelector.tsx')
-rw-r--r--src/client/views/collections/ParentDocumentSelector.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/ParentDocumentSelector.tsx b/src/client/views/collections/ParentDocumentSelector.tsx
index 532dd6abc..4c8cac3ed 100644
--- a/src/client/views/collections/ParentDocumentSelector.tsx
+++ b/src/client/views/collections/ParentDocumentSelector.tsx
@@ -129,7 +129,7 @@ export class DockingViewButtonSelector extends React.Component<{ views: () => Do
this.props.views()[0]?.select(false);
}} className="buttonSelector">
<Flyout anchorPoint={anchorPoints.LEFT_TOP} content={this.flyout} stylesheet={this.customStylesheet}>
- <FontAwesomeIcon icon={"cog"} size={"sm"} />
+ <FontAwesomeIcon icon={"arrows-alt"} size={"sm"} />
</Flyout>
</span>;
}