docs: Update labels in content script UI positioning screenshot

This commit is contained in:
Aaron
2024-07-25 11:45:41 -05:00
parent d79d7ed778
commit 2b6ff8d30f
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

@@ -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