Skip to content

Commit

Permalink
Add country badge
Browse files Browse the repository at this point in the history
references #4
  • Loading branch information
mattcam committed Jan 22, 2022
1 parent 09ca334 commit a219021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async function handleRequest(event) {
<a href="${group.url}" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="m-2">${group.name}</h5>
<p><span class="badge bg-secondary">${group.country}</span></p>
</div>${about}${upcoming}${join}
</a>
`
Expand Down

0 comments on commit a219021

Please sign in to comment.