We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2879d commit fceec45Copy full SHA for fceec45
apps/webapp/app/components/primitives/Avatar.tsx
@@ -1,12 +1,11 @@
1
import {
2
BuildingOffice2Icon,
3
CodeBracketSquareIcon,
4
- CubeIcon,
5
FaceSmileIcon,
6
FireIcon,
7
RocketLaunchIcon,
8
StarIcon,
9
-} from "@heroicons/react/24/solid";
+} from "@heroicons/react/20/solid";
10
import { type Prisma } from "@trigger.dev/database";
11
import { useLayoutEffect, useRef, useState } from "react";
12
import { z } from "zod";
0 commit comments