Skip to content

Commit

Permalink
Disable icon shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Nov 3, 2024
1 parent 7197b60 commit 1222147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontpage/app/(app)/notifications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function NotificationCard({
>
<div className="flex items-start justify-between">
<div className="flex items-center gap-4">
<model.Icon className="text-gray-500 dark:text-gray-400 h-4 w-4 self-start mt-1" />
<model.Icon className="text-gray-500 dark:text-gray-400 h-4 w-4 self-start mt-1 shrink-0" />
<div>
<p className="font-medium">{model.title}</p>
<p className="text-gray-500 dark:text-gray-400">
Expand Down

0 comments on commit 1222147

Please sign in to comment.