Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jul 14, 2024
1 parent 7bda1b8 commit 5757c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/templates/assistant/view_shared_thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="text-xl font-splatoon1">Thread data created from</h2>
class="h-16 w-16 object-cover rounded-lg aspect-square bg-gray-700"
height="128" width="128">
{% else %}
{% if user.profile_picture %}
{% if thread.creator.profile_picture %}
<img src="{{ thread.creator.profile_picture.url }}?optimizer=image&height=128&width=128"
alt="{{ thread.creator.display_name }}"
class="h-16 w-16 object-cover rounded-lg aspect-square bg-gray-700"
Expand Down

0 comments on commit 5757c4c

Please sign in to comment.