Skip to content

Commit

Permalink
Fix function layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie committed Jul 26, 2024
1 parent 36e1d6c commit 791a69c
Show file tree
Hide file tree
Showing 3 changed files with 1,512 additions and 1,513 deletions.
8 changes: 5 additions & 3 deletions app/templates/project-version/functions/function.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<h1 class="module-name">Function</h1>
<hr>
<ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
<article class="chapter">
<h1 class="module-name">Function</h1>
<hr>
<ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
</article>
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,5 @@
"overrides": {
"node-sass": "^9.0.0"
}
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 791a69c

Please sign in to comment.