Skip to content

Commit 0a5eaaa

Browse files
authored
Update main.js
Signed-off-by: Tutos Rive <108991712+tutosrive@users.noreply.github.com>
1 parent bb4d748 commit 0a5eaaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/js/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ async function loadRepos() {
3232
if (!configsWeb.ignoreRepos.includes(repo.name)) {
3333
const card = document.createElement('div');
3434
card.className = 'flex flex-col justify-between items-center w-64 h-64 bg-gray-100 dark:bg-gray-800 p-4 rounded shadow hover:shadow-lg transition snap-start row-span-1';
35-
card.innerHTML = `
36-
<h2 class="text-xl font-semibold text-center w-full mb-2">${repo.name}</h2>
35+
card.innerHTML = `<h2 class="text-xl font-semibold text-center w-full mb-2">${repo.name}</h2>
3736
<div class="flex-1 w-full overflow-y-auto mb-2 no-scrollbar">
3837
<p class="text-sm text-gray-600 dark:text-gray-300 text-center break-words">${repo.description || 'No description'}</p>
3938
</div>

0 commit comments

Comments
 (0)