Skip to content

Commit

Permalink
Fix import from Heroicons v2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher committed Dec 10, 2023
1 parent 5c22e5d commit b77ee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[username]/_usernameClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b77ee33

Please sign in to comment.