Skip to content

Commit

Permalink
Make team name visible in shortcuts (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Mar 24, 2022
1 parent e54f884 commit 97f64fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/team_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def api(query):
team_template = string.Template(
"""
<div class="team">
<h6 class="name title">${team_name}</h6>
<h3 class="name title">${team_name}</h3>
<div class="members">
${members}
</div>
Expand Down

0 comments on commit 97f64fa

Please sign in to comment.