aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SidebarAnnos.tsx
diff options
context:
space:
mode:
authorEric <ericmabr@gmail.com>2023-06-15 13:33:30 -0400
committerEric <ericmabr@gmail.com>2023-06-15 13:33:30 -0400
commit14c57f0f70799ada841a03a150f4f759578fa69b (patch)
tree58da66af9e8f01cdf5900e4ab5c0accbda77f3a2 /src/client/views/SidebarAnnos.tsx
parentcfd353baf7356024dc88c61289755dd6699ae9fd (diff)
added pushpin selected icon chagne
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
-rw-r--r--src/client/views/SidebarAnnos.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx
index 741e87644..42993bfc4 100644
--- a/src/client/views/SidebarAnnos.tsx
+++ b/src/client/views/SidebarAnnos.tsx
@@ -219,7 +219,10 @@ export class SidebarAnnos extends React.Component<FieldViewProps & ExtraProps> {
{Array.from(this.allMetadata.keys())
.sort()
.map(key => renderMeta(key, this.allMetadata.get(key)))}
+ Hello
</div>
+
+
<div style={{ width: '100%', height: `calc(100% - 38px)`, position: 'relative' }}>
<CollectionStackingView
{...this.props}