diff --git a/apps/frontend/components/templates/Registry/RegistryCard.tsx b/apps/frontend/components/templates/Registry/RegistryCard.tsx index 22cb45260..0b8745794 100644 --- a/apps/frontend/components/templates/Registry/RegistryCard.tsx +++ b/apps/frontend/components/templates/Registry/RegistryCard.tsx @@ -160,64 +160,11 @@ export default function RegistryCard(props: RegistryCardData) { {/* Attribution */} {props.author && ( -<<<<<<< HEAD -======= -
- // handleFilterChange(REGISTRY_FILTER_TYPES.owner, props.author) - // } - // onLoad={() => - // prefetchFilterChange(REGISTRY_FILTER_TYPES.owner, props.author) - // } - className="rounded-sm focus:outline-none focus-visible:ring-[4px] focus-visible:ring-border-light dark:focus-visible:ring-border-dark" - > - - by - - <> - {authorImage?.image.light && ( - - )} - - {authorImage?.image.dark && ( - - )} - - - @{props.author} - - -
->>>>>>> 782c3d98 (feat: Improved Registy card and Registy page (single) (#1384)) )}