Skip to content

Commit d32e95d

Browse files
Leonardo lig 7849 embedding plot v3: Remove unnecessary stuff from status bar (#4)
1 parent 9b76337 commit d32e95d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Removed
1818

19+
- Branding link from the `Embedding View`s status bar
20+
1921
### Fixed
2022

2123
### Security

lightly_studio_view/src/lib/components/PlotPanel/PlotPanel.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@
327327
}}
328328
{categoryColors}
329329
tooltip={null}
330+
theme={{
331+
brandingLink: null
332+
}}
330333
{rangeSelection}
331334
onRangeSelection={handleRangeSelection}
332335
/>

0 commit comments

Comments
 (0)