aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-10 16:15:57 -0400
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-10 16:15:57 -0400
commitde75dacadc556c587bad0006638aab89a21ed7e0 (patch)
treecfa0cca320327293cfd110b07d1eea0f8207e2c2 /src/client/views/topbar
parent9a63f35496c82fd8be89e9490f65ac6354c7b752 (diff)
updated to v54 of comp library
Diffstat (limited to 'src/client/views/topbar')
-rw-r--r--src/client/views/topbar/TopBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx
index 80294917f..b613a0e3e 100644
--- a/src/client/views/topbar/TopBar.tsx
+++ b/src/client/views/topbar/TopBar.tsx
@@ -95,7 +95,7 @@ export class TopBar extends React.Component {
<div className="topbar-center">
<Button
text={StrCast(Doc.ActiveDashboard.title)}
- tooltip="Browsing mode for directly navigating to documents"
+ tooltip="Open Dashboards"
size={Size.SMALL}
color={'white'}
style={{fontWeight: 700, fontSize: '1rem'}}