Skip to content

Commit

Permalink
chore: update copy to reflect popover over pinning (#17971)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Oct 13, 2023
1 parent ded3be0 commit 51a2657
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file modified frontend/__snapshots__/scenes-app-notebooks--bullet-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-notebooks--empty-notebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-notebooks--headings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-notebooks--numbered-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-notebooks--text-formats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-notebooks--text-only-notebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions frontend/src/scenes/notebooks/NotebookScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ export function NotebookScene(): JSX.Element {
}}
tooltip={
<>
Pins the notebook to the right, allowing you to view it while navigating the rest of
PostHog. This is great for dragging and dropping elements like Insights, Recordings or
even Feature Flags into your active Notebook.
Opens the notebook in a popover, that can be accessed from anywhere in the PostHog app.
This is great for dragging and dropping elements like Insights, Recordings or even
Feature Flags into your active Notebook.
</>
}
>
Pin to side
Open in popover
</LemonButton>
</div>
</div>
Expand Down

0 comments on commit 51a2657

Please sign in to comment.