authentik icon

This commit is contained in:
Philipp Rothmann 2022-11-08 11:08:58 +01:00
parent 2185629c6e
commit 8d760e588f
3 changed files with 2 additions and 8 deletions

View file

@ -12,7 +12,7 @@ export const DashboardCardLIT: React.FC<any> = ({ app }: { app: any }) => {
className="bg-white overflow-hidden shadow rounded-lg divide-y divide-gray-100 mb-4 md:mb-0"
key={app.name}
>
<div className="px-4 py-5 sm:p-6">
<div className="px-4 py-5 sm:p-4">
<div className="mr-4 flex items-center">
<img
className="h-16 w-16 rounded-md overflow-hidden mr-4 flex-shrink-0"