-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(3000): remove legacy notebooks icon #19523
Conversation
Size Change: 0 B Total Size: 2 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
import { useActions } from 'kea' | ||
import { notebookPanelLogic } from 'scenes/notebooks/NotebookPanel/notebookPanelLogic' | ||
|
||
export function NotebookButton(): JSX.Element { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this component get referenced?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! That's the result of a merge conflict and shouldn't be here.
Problem
We're only using the notebook icon from
@posthog/icons
after 3000.Changes
This PR remove legacy icon handling.
How did you test this code?
CI run