From 556eaf39be9384c90af440ad7d29291153110055 Mon Sep 17 00:00:00 2001 From: Ben Silverman Date: Wed, 18 Aug 2021 13:39:09 -0400 Subject: [PATCH] feat: Add tooltips to TOC icons --- client/src/TableOfContents.js | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/client/src/TableOfContents.js b/client/src/TableOfContents.js index de8124fd..95f709ff 100644 --- a/client/src/TableOfContents.js +++ b/client/src/TableOfContents.js @@ -39,9 +39,23 @@ class TableOfContents extends Component { icon={} onClick={() => {this.props.createFolder(projectId, 'Project');}} /> - + + + { adminEnabled && - + + + }