From 06564ee12759dd2ac3c3bfc8cffd7200ea7afb5b Mon Sep 17 00:00:00 2001 From: Erik Borgeteien Hansen <erik@erikbhan.no> Date: Fri, 29 Apr 2022 09:59:27 +0200 Subject: [PATCH] add alt desc to community img --- src/components/CommunityComponents/CommunityListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommunityComponents/CommunityListItem.vue b/src/components/CommunityComponents/CommunityListItem.vue index ee57763..8a4b997 100644 --- a/src/components/CommunityComponents/CommunityListItem.vue +++ b/src/components/CommunityComponents/CommunityListItem.vue @@ -11,7 +11,7 @@ class="bg-white shadow dark:bg-gray-800 select-none cursor-pointer hover:bg-gray-50 flex items-center p-4" > <div class="h-10 w-10 flex flex-col justify-center items-center mr-4"> - <img alt="groupIMG" src="../../assets/group.png" /> + <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"> -- GitLab