Update text.md

On line 31, <ContactCard> component is replaced with <App> component.
pull/7217/head
Skaybee 5 years ago committed by GitHub
parent 1f9efeac54
commit d2a613bf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ In `ContactCard.svelte`, add a `name` attribute to each slot:
</article> </article>
``` ```
Then, add elements with corresponding `slot="..."` attributes inside the `<ContactCard>` component: Then, add elements with corresponding `slot="..."` attributes inside the `<App>` component:
```html ```html
<ContactCard> <ContactCard>
@ -41,4 +41,4 @@ Then, add elements with corresponding `slot="..."` attributes inside the `<Conta
Sydney Sydney
</span> </span>
</ContactCard> </ContactCard>
``` ```

Loading…
Cancel
Save