diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml
index 5c177ad54..13304885e 100644
--- a/.github/ISSUE_TEMPLATE/feedback.yml
+++ b/.github/ISSUE_TEMPLATE/feedback.yml
@@ -3,7 +3,7 @@ description: Share what we need to explain better
labels:
- documentation
assignees:
- - hanspagel
+ - bdbch
body:
- type: input
id: url
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9dc0a706d..375ab47ab 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,5 +11,5 @@ updates:
interval: 'weekly'
day: 'monday'
reviewers:
- - 'hanspagel'
+ - 'bdbch'
diff --git a/demos/src/Examples/Tables/React/index.jsx b/demos/src/Examples/Tables/React/index.jsx
index 0c4506268..fe19e2a07 100644
--- a/demos/src/Examples/Tables/React/index.jsx
+++ b/demos/src/Examples/Tables/React/index.jsx
@@ -164,15 +164,15 @@ export default () => {
actress |
- Philipp Kühn |
- designer |
- developer |
- maker |
+ Marie Curie |
+ scientist |
+ chemist |
+ physicist |
- Hans Pagel |
- wrote this |
- that’s it |
+ Indira Gandhi |
+ prime minister |
+ politician |
diff --git a/demos/src/Examples/Tables/Vue/index.vue b/demos/src/Examples/Tables/Vue/index.vue
index 8e20311eb..2454cd5c7 100644
--- a/demos/src/Examples/Tables/Vue/index.vue
+++ b/demos/src/Examples/Tables/Vue/index.vue
@@ -137,15 +137,15 @@ export default {
actress |
- Philipp Kühn |
- designer |
- developer |
- maker |
+ Marie Curie |
+ scientist |
+ chemist |
+ physicist |
- Hans Pagel |
- wrote this |
- that’s it |
+ Indira Gandhi |
+ prime minister |
+ politician |
diff --git a/demos/src/Experiments/All/Vue/index.vue b/demos/src/Experiments/All/Vue/index.vue
index f5d2b36ee..c6bf8d0ac 100644
--- a/demos/src/Experiments/All/Vue/index.vue
+++ b/demos/src/Experiments/All/Vue/index.vue
@@ -238,15 +238,15 @@ export default {
actress |
- Philipp Kühn |
- designer |
- developer |
- maker |
+ Marie Curie |
+ scientist |
+ chemist |
+ physicist |
- Hans Pagel |
- wrote this |
- that’s it |
+ Indira Gandhi |
+ prime minister |
+ politician |
diff --git a/demos/src/Experiments/GenericFigure/Vue/index.vue b/demos/src/Experiments/GenericFigure/Vue/index.vue
index dcf385d75..4fc2cc8b9 100644
--- a/demos/src/Experiments/GenericFigure/Vue/index.vue
+++ b/demos/src/Experiments/GenericFigure/Vue/index.vue
@@ -193,15 +193,15 @@ export default {
actress |
- Philipp Kühn |
- designer |
- developer |
- maker |
+ Marie Curie |
+ scientist |
+ chemist |
+ physicist |
- Hans Pagel |
- wrote this |
- that’s it |
+ Indira Gandhi |
+ prime minister |
+ politician |
@@ -220,15 +220,15 @@ export default {
actress |
- Philipp Kühn |
- designer |
- developer |
- maker |
+ Marie Curie |
+ scientist |
+ chemist |
+ physicist |
- Hans Pagel |
- wrote this |
- that’s it |
+ Indira Gandhi |
+ prime minister |
+ politician |
diff --git a/docs/api/extensions/collaboration-cursor.md b/docs/api/extensions/collaboration-cursor.md
index e5a2d7ea4..7cd83aa6b 100644
--- a/docs/api/extensions/collaboration-cursor.md
+++ b/docs/api/extensions/collaboration-cursor.md
@@ -44,9 +44,9 @@ Pass an object with updated attributes of the current user. It expects a `name`
```js
editor.commands.updateUser({
- name: 'Philipp Kühn',
+ name: 'John Doe',
color: '#000000',
- avatar: 'https://unavatar.io/github/philippkuehn',
+ avatar: 'https://unavatar.io/github/ueberdosis',
})
```