Skip to content

Commit

Permalink
docs: Update labels in content script UI positioning screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jul 25, 2024
1 parent d79d7ed commit 2b6ff8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added docs/public/content-script-ui-position.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 removed docs/public/content-script-ui-type.png
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/wxt/src/client/content-scripts/ui/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ export interface ContentScriptModalPositioningOptions {
}

/**
* Choose between `"inline"`, `"overlay"`, or `"modal" `types.
* Choose between `"inline"`, `"overlay"`, or `"modal"` positions.
*
* ![Visualization of different types](https://wxt.dev/content-script-ui-type.png)
* ![Visualization of different types](https://wxt.dev/content-script-ui-position.png)
*/
export type ContentScriptPositioningOptions =
| ContentScriptInlinePositioningOptions
Expand Down

0 comments on commit 2b6ff8d

Please sign in to comment.