Skip to content

Commit

Permalink
bugfix: user profile picture url
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiarirani committed Oct 18, 2023
1 parent b27c161 commit 4331d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/blocks/user.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ "shadow-green-700" if information.available else "shadow-amber-700" }} shadow-[0_0_0.3rem_0.1rem] cursor-pointer">
{{ "Available" if information.available else "Unavailble" }}
</span>
<a href="/">
<a href="{{ "/" | url }}">
<img src="{{ ("/assets/images/" + information.picture) | url }}" alt="{{ information.name }}"
class="absolute -top-28 w-40 h-40 border-2 rounded-xl bg-gradient-to-br from-green-100 to-lime-100">
</a>
Expand Down

0 comments on commit 4331d41

Please sign in to comment.