Skip to content

Commit d6053bd

Browse files
committed
updated card structure for company and brand name.
1 parent 7e1803f commit d6053bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h1 class="text-4xl font-bold text-gray-800 text-center mb-10">
5454
card.className =
5555
"company-card block p-6 bg-white rounded-2xl shadow hover:shadow-xl transition transform hover:-translate-y-1";
5656
card.innerHTML = `
57-
<h2 class="text-xl font-semibold text-indigo-600">${brandName}</h2>
58-
<p class="text-gray-500">${companyName}</p>
57+
<h2 class="text-xl font-semibold text-indigo-600">${companyName}</h2>
58+
<p class="text-gray-500">${brandName}</p>
5959
`;
6060
list.appendChild(card);
6161
});

0 commit comments

Comments
 (0)