diff --git a/app/[username]/_usernameClient.tsx b/app/[username]/_usernameClient.tsx index b1b3e0ad..ec5950c2 100644 --- a/app/[username]/_usernameClient.tsx +++ b/app/[username]/_usernameClient.tsx @@ -4,7 +4,7 @@ import * as Sentry from "@sentry/nextjs"; import React from "react"; import Link from "next/link"; import ArticlePreview from "@/components/ArticlePreview/ArticlePreview"; -import { LinkIcon } from "@heroicons/react/outline"; +import { LinkIcon } from "@heroicons/react/20/solid"; import { api } from "@/server/trpc/react"; import { useRouter, useSearchParams } from "next/navigation"; import type { Session } from "next-auth";