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 25c9c76 commit 7727fcaCopy full SHA for 7727fca
app/templates/project-version/functions/function.hbs
@@ -1,4 +1,6 @@
1
{{page-title @model.fn.name}}
2
-<h1 class="module-name">Function</h1>
3
-<hr>
4
-<ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
+<article class="chapter">
+ <h1 class="module-name">Function</h1>
+ <hr>
5
+ <ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
6
+</article>
package.json
@@ -174,6 +174,5 @@
174
"overrides": {
175
"node-sass": "^9.0.0"
176
}
177
- },
178
- "packageManager": "pnpm@9.5.0"
+ }
179
0 commit comments