authentik icon
This commit is contained in:
parent
2185629c6e
commit
8d760e588f
3 changed files with 2 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue