diff --git a/docs/src/assets/js/playground.js b/docs/src/assets/js/playground.js index babb2afb..aa0cc738 100644 --- a/docs/src/assets/js/playground.js +++ b/docs/src/assets/js/playground.js @@ -292,10 +292,10 @@ window.initializePlayground = async (opts) => { const nodeClass = displayName === 'ERROR' || displayName.startsWith('MISSING') - ? 'node-link error' + ? 'node-link error plain' : cursor.nodeIsNamed - ? 'node-link named' - : 'node-link anonymous'; + ? 'node-link named plain' + : 'node-link anonymous plain'; row = `
${" ".repeat(indentLevel)}${fieldName}` + `