Skip to content

Commit 118f887

Browse files
committed
리드미 수정
1 parent 415aee8 commit 118f887

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
href="https://fonts.googleapis.com/css?family=Heebo:300,400,600,700&display=swap"
1010
as="style"
1111
/>
12-
<link rel="stylesheet" type="text/css" href="/css/slick.css" />
12+
<link rel="stylesheet" href="/css/styles.css" as="style" />
13+
1314
<!-- Google Tag Manager -->
1415
<script>
1516
(function (w, d, s, l, i) {

js/products.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function createProductElement(product) {
2828

2929
productElement.innerHTML = `
3030
<div class="product-picture">
31-
<img src="${product.image}" alt="product: ${product.title}" width="250" loading="lazy">
31+
<img src="${product.image}" alt="product: ${product.title}" width="250" loading='lazy'>
3232
</div>
3333
<div class="product-info">
3434
<h5 class="categories">${product.category}</h5>

0 commit comments

Comments
 (0)