Skip to content

Commit

Permalink
Update contribute.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-adduser-jordan committed Feb 13, 2025
1 parent d21c956 commit 678ed14
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/pages/contribute.astro
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,7 @@ const cards = [
<Icon name={ic.name} class="w-5 h-5" title={ic.title} />
))}
</div>
) : (
""
)}
) : null}
<p class="text-lg mb-4" set:html={task.description} />
<div class="flex items-center space-x-2 mb-4">
<span class="w-full bg-gray-300 rounded">
Expand All @@ -341,9 +339,7 @@ const cards = [
class="w-6 h-6 cursor-pointer"
onclick={`document.getElementById('infoModal').classList.remove('hidden'); document.getElementById('infoModalText').innerText = '${task.infoText}'`}
/>
) : (
""
)}
) : null}
</div>
</div>
<div class="mt-auto">
Expand Down

0 comments on commit 678ed14

Please sign in to comment.