diff --git a/apps/portal/src/components/resumes/browse/FilterPill.tsx b/apps/portal/src/components/resumes/browse/ResumeFilterPill.tsx similarity index 84% rename from apps/portal/src/components/resumes/browse/FilterPill.tsx rename to apps/portal/src/components/resumes/browse/ResumeFilterPill.tsx index c34f4763..3961ac9d 100644 --- a/apps/portal/src/components/resumes/browse/FilterPill.tsx +++ b/apps/portal/src/components/resumes/browse/ResumeFilterPill.tsx @@ -3,7 +3,7 @@ type Props = Readonly<{ title: string; }>; -export default function FilterPill({ title, onClick }: Props) { +export default function ResumeFilterPill({ title, onClick }: Props) { return (