Skip to content

Commit

Permalink
Add @ to X handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Nov 8, 2023
1 parent 00f1e8d commit 9152776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundation/organisation/templates/organisation/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h2 class="name">{{ person.name }}</h2>
</a>
{% endif %}
{% if person.twitter %}
<a href="https://twitter.com/{{ person.twitter }}" class="flex items-center gap-2">
<a href="https://twitter.com/{{ person.twitter }}" class="flex items-center gap-2">
<img src="{% static '/images/icons/twitter.svg' %}">
{{ person.twitter }}
@{{ person.twitter }}
</a>
{% endif %}
</div>
Expand Down

0 comments on commit 9152776

Please sign in to comment.