Rename Link to InternalLink and change usage

This commit is contained in:
2020-10-26 17:25:59 +05:30
parent 4117131c12
commit c6ad5ff8e3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ slug: /
import Admonition from "../components/Admonition"
import Accordion from "../components/Accordion"
import Link from "../components/Link"
import InternalLink from "../components/InternalLink"
import MDN from "../components/MDNBadge"
:::note DOM interfaces
@@ -66,7 +66,7 @@ for (let p of paras) {
}
```
`querySelectorAll` is also available on <b>Element</b> and <b>DocumentFragment</b>, in the <Link title = "same way as querySelector" hash = "link-element-has-qs"/>.
`querySelectorAll` is also available on <b>Element</b> and <b>DocumentFragment</b>, in the <InternalLink title = "same way as querySelector" hash = "link-element-has-qs"/>.
<MDN title="querySelectorAll" url="https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll" />