Skip to content

Commit 0151444

Browse files
JohannJohann
authored andcommitted
fix: use nida-card tag in demo
1 parent 4896351 commit 0151444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function buildConfig() {
4848
function mountCard() {
4949
mount.innerHTML = "";
5050

51-
const el = document.createElement("prayer-times-card"); // pas aan als jouw custom element anders heet
51+
const el = document.createElement("nida-card"); // pas aan als jouw custom element anders heet
5252
mount.appendChild(el);
5353

5454
const cfg = buildConfig();

0 commit comments

Comments
 (0)