Skip to content

Commit

Permalink
Fix missing organisation name in h2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
danlivings-dxw committed Sep 23, 2024
1 parent 8cf5b53 commit 959ae51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="container mx-auto flex flex-col mt-6 space-y-6">
<div class="bg-stone-50 rounded-lg border-b-4 border-stone-200 space-y-4">
<h2 class="bg-white rounded-t-lg border-b-2 border-stone-100 text-xl font-bold p-4">{{ name }}</h2>
<h2 class="bg-white rounded-t-lg border-b-2 border-stone-100 text-xl font-bold p-4">{{ org }}</h2>
<p class="mx-4">
{% if totalRepos === 1 %}
There is <span class="font-bold">1</span> repository
Expand Down

0 comments on commit 959ae51

Please sign in to comment.