Skip to content

Commit

Permalink
Fix integration logos on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilson023 committed Feb 3, 2025
1 parent 98c1d23 commit 422f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/ui/integrations/integration-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const IntegrationLogo = memo(
alt: string;
className?: string;
}) => (
<div className={cn("relative size-8 w-fit shrink-0 rounded-md", className)}>
<div className={cn("relative size-8 shrink-0 rounded-md", className)}>
{src ? (
<>
<BlurImage
Expand Down

0 comments on commit 422f096

Please sign in to comment.