Skip to content

Commit 791a69c

Browse files
committed
Fix function layout
1 parent 36e1d6c commit 791a69c

File tree

3 files changed

+1512
-1513
lines changed

3 files changed

+1512
-1513
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
<h1 class="module-name">Function</h1>
2-
<hr>
3-
<ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
1+
<article class="chapter">
2+
<h1 class="module-name">Function</h1>
3+
<hr>
4+
<ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
5+
</article>

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,5 @@
165165
"overrides": {
166166
"node-sass": "^9.0.0"
167167
}
168-
},
169-
"packageManager": "[email protected]"
168+
}
170169
}

0 commit comments

Comments
 (0)