We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cb774 commit 8a821cfCopy full SHA for 8a821cf
1 file changed
src/scripts/components/card-component.ts
@@ -16,7 +16,7 @@ class CardComponent extends HTMLElement {
16
}
17
18
render() {
19
- const imgSrc = this.getAttribute('imgsrc'); // ❗️없으면 null
+ const imgSrc = this.getAttribute('imgsrc'); // 없으면 null
20
const href = this.getAttribute('href') || '#';
21
const title = this.getAttribute('title') || '';
22
const description = this.getAttribute('description') || '';
0 commit comments