Skip to content

Commit

Permalink
Update users.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Jan 16, 2023
1 parent 02861b4 commit b607f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/crud/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1 class="text-xl font-semibold text-gray-900 sm:text-2xl dark:text-white">All
<label for="checkbox-{{ .id }}" class="sr-only">checkbox</label>
</div>
</td>
<td class="flex items-center p-4 mr-12 space-x-6 whitespace-nowrap xl:mr-0">
<td class="flex items-center p-4 mr-12 space-x-6 whitespace-nowrap">
<img class="w-10 h-10 rounded-full" src="/images/users/{{ .avatar }}" alt="{{ .name }} avatar">
<div class="text-sm font-normal text-gray-500 dark:text-gray-400">
<div class="text-base font-semibold text-gray-900 dark:text-white">{{ .name }}</div>
Expand Down

1 comment on commit b607f7c

@vercel
Copy link

@vercel vercel bot commented on b607f7c Jan 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.