1
0
Fork 0

notch/bnotch snippets now come from plugin-notches, not plugin-theme.

This commit is contained in:
Benjamin F 2022-07-27 00:06:10 -07:00
parent 3487947e83
commit 197420db28
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ title: bnotch
The `bnotch` snippet is intended for notches at the back, or when you The `bnotch` snippet is intended for notches at the back, or when you
need an alternative to the default `notch`. need an alternative to the default `notch`.
It is provided by [plugin-theme](/reference/plugins/theme/). It is provided by [plugin-notches](/reference/plugins/notches/).
```js ```js
snippets.demo = new Snippet('bnotch', points.anchor) snippets.demo = new Snippet('bnotch', points.anchor)

View file

@ -3,7 +3,7 @@ title: notch
--- ---
The `notch` snippet is intended for notches and is The `notch` snippet is intended for notches and is
provided by [plugin-theme](/reference/plugins/theme/). provided by [plugin-notches](/reference/plugins/notches/).
```js ```js
snippets.demo = new Snippet('bnotch', points.anchor) snippets.demo = new Snippet('bnotch', points.anchor)