Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
πŸ“ Add a line number to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 25, 2021
1 parent d8f3204 commit 88c9383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/removingPocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ melon export-file browser/app/profile/firefox.js

## Removing pocket icon from toolbar

Whilst the steps above will have disabled pocket. The pocket icon will still be visible in the toolbar. Instead you must remove it from the CustomizableUI layout. Open `engine/browser/components/customizableui/CustomizableUI.jsm` and find the array that looks like this:
Whilst the steps above will have disabled pocket. The pocket icon will still be visible in the toolbar. Instead you must remove it from the CustomizableUI layout. Open `engine/browser/components/customizableui/CustomizableUI.jsm` and find the array that looks like this (around line 240):

```js
let navbarPlacements = [
Expand Down

0 comments on commit 88c9383

Please sign in to comment.