This commit is contained in:
Richard Dern
2022-01-12 00:35:37 +01:00
commit 400e3d01f1
1363 changed files with 57778 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<div class="inline-block rounded dark:bg-gray-800 px-2 py-1">
<div class="flex items-center space-x-1">
<svg fill="currentColor" width="16" height="16" class="text-green-500">
<use xlink:href="{{ asset('images/icons.svg') }}#group" />
</svg>
<span>{{ $group['name'] }}</span>
</div>
</div>