feat: remove image borders for service
This commit is contained in:
@ -76,21 +76,21 @@ const AuthorizePage: FC = () => {
|
|||||||
<div className="text-gray-400 dark:text-gray-600">
|
<div className="text-gray-400 dark:text-gray-600">
|
||||||
<ArrowLeftRight />
|
<ArrowLeftRight />
|
||||||
</div>
|
</div>
|
||||||
<div className="w-12 h-12 rounded-full flex items-center justify-center overflow-hidden bg-gray-900 ring ring-gray-400 dark:ring dark:ring-gray-500">
|
{/* <div className="w-12 h-12 rounded-full flex items-center justify-center overflow-hidden bg-gray-900 ring ring-gray-400 dark:ring dark:ring-gray-500"> */}
|
||||||
{/* <img
|
{/* <img
|
||||||
src="https://lucide.dev/logo.dark.svg"
|
src="https://lucide.dev/logo.dark.svg"
|
||||||
className="w-8 h-8"
|
className="w-8 h-8"
|
||||||
/> */}
|
/> */}
|
||||||
{apiService?.icon_url ? (
|
{apiService?.icon_url ? (
|
||||||
<img
|
<img
|
||||||
src={apiService.icon_url}
|
src={apiService.icon_url}
|
||||||
className="w-full h-full"
|
className="w-12 h-12"
|
||||||
alt="service_icon"
|
alt="service_icon"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<LayoutDashboard size={32} color="#fefefe" />
|
<LayoutDashboard size={32} color="#fefefe" />
|
||||||
)}
|
)}
|
||||||
</div>
|
{/* </div> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-4 sm:mt-4 mt-8">
|
<div className="px-4 sm:mt-4 mt-8">
|
||||||
|
Reference in New Issue
Block a user