We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1803f commit d6053bdCopy full SHA for d6053bd
index.html
@@ -54,8 +54,8 @@ <h1 class="text-4xl font-bold text-gray-800 text-center mb-10">
54
card.className =
55
"company-card block p-6 bg-white rounded-2xl shadow hover:shadow-xl transition transform hover:-translate-y-1";
56
card.innerHTML = `
57
- <h2 class="text-xl font-semibold text-indigo-600">${brandName}</h2>
58
- <p class="text-gray-500">${companyName}</p>
+ <h2 class="text-xl font-semibold text-indigo-600">${companyName}</h2>
+ <p class="text-gray-500">${brandName}</p>
59
`;
60
list.appendChild(card);
61
});
0 commit comments