Skip to content
Snippets Groups Projects
Commit c864dc87 authored by Håkon Eilertsen Røskaft's avatar Håkon Eilertsen Røskaft
Browse files

Removed a comment

parent 00409982
No related branches found
No related tags found
1 merge request!103Fix userprofile image
Pipeline #180646 failed
......@@ -51,11 +51,9 @@
>
<div v-if="!community.picture" class="h-10 w-10 flex flex-col justify-center items-center ml-2 mr-2">
<UserGroupIcon alt="Felleskapets bilde" class="h-10 w-10" />
<!-- TODO: USE COMMUNITY IMAGE <img alt="Felleskapets bilde" src="@/assets/group.png" /> -->
</div>
<div v-else class="h-3 w-14 flex flex-col justify-center items-center ml-2 mt-4 mb-4 mr-2">
<img :src="community.picture" alt="Fellsekaps bilde" class="rounded-md" />
<!-- TODO: USE COMMUNITY IMAGE <img alt="Felleskapets bilde" src="@/assets/group.png" /> -->
</div>
<div class="flex-1 pl-1 overflow-hidden">
<div class="font-medium dark:text-white truncate">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment