Skip to content

Commit

Permalink
fix: review change to content
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed Nov 19, 2024
1 parent 8d9a915 commit aeb0a2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/developing/web-components-tutorial/step-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ import '@carbon/web-components/es/components/checkbox/index';
import '@carbon/web-components/es/components/content-switcher/index';
```

Locate the `user-profile-panel` in `index.html` and replace it's content with
the following.
Locate the `cds-header-panel` with the id="user-profile-panel" in `index.html`
and replace it's content with the following.

```html path=index.html
<div class="header-panel__content">
Expand Down Expand Up @@ -694,7 +694,7 @@ in addition to the existing theme classes.
Then replace the cds-header tags `g100` class in `index.html` with `compliment`.

```html path=index.html
<cds-header class="compliment"></cds-header>
<cds-header class="compliment"> . . . </cds-header>
```

### Skip to content
Expand Down

0 comments on commit aeb0a2c

Please sign in to comment.