We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc6bf1 commit 152ae37Copy full SHA for 152ae37
modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js
@@ -4,7 +4,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
4
'michaelcook': {
5
id: 'michaelcook',
6
name: 'Michael Cook',
7
- avatar: "{{imagesdir}}/avatars/michaelcook.png",
+ avatar: '{{imagesdir}}/avatars/michaelcook.png',
8
custom: {
9
fullName: 'Michael Cook',
10
description: 'Product Owner'
@@ -13,7 +13,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
13
'kalebwilson': {
14
id: 'kalebwilson',
15
name: 'Kaleb Wilson',
16
- avatar: "{{imagesdir}}/avatars/kalebwilson.png",
+ avatar: '{{imagesdir}}/avatars/kalebwilson.png',
17
18
fullName: 'Kaleb Wilson',
19
description: 'Marketing Director',
0 commit comments