From 54101e17b54ff47460bf4026ede6f1ab830f6d90 Mon Sep 17 00:00:00 2001 From: marcchevaldonne Date: Thu, 10 Nov 2022 00:06:08 +0100 Subject: [PATCH] Component subcomponent page --- .../docs/razor-component/complex-component-item.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/docusaurus/docs/razor-component/complex-component-item.md b/Documentation/docusaurus/docs/razor-component/complex-component-item.md index cd0992e..ab62488 100644 --- a/Documentation/docusaurus/docs/razor-component/complex-component-item.md +++ b/Documentation/docusaurus/docs/razor-component/complex-component-item.md @@ -96,7 +96,7 @@ public partial class CraftingItem It is also possible to create CSS style files directly for our component, this file will be automatically rendered with our component. -```css title="Components/CraftingItem.razor.cs" +```css title="Components/CraftingItem.razor.css" .item { width: 64px; height: 64px; @@ -130,9 +130,11 @@ The following code: New title -// highlight-next-line +// highlight-start + Update heading +// highlight-end