Skip to content

Commit fceec45

Browse files
committed
Icons look better as the small variant
1 parent aa2879d commit fceec45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/webapp/app/components/primitives/Avatar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import {
22
BuildingOffice2Icon,
33
CodeBracketSquareIcon,
4-
CubeIcon,
54
FaceSmileIcon,
65
FireIcon,
76
RocketLaunchIcon,
87
StarIcon,
9-
} from "@heroicons/react/24/solid";
8+
} from "@heroicons/react/20/solid";
109
import { type Prisma } from "@trigger.dev/database";
1110
import { useLayoutEffect, useRef, useState } from "react";
1211
import { z } from "zod";

0 commit comments

Comments
 (0)