Fix qa roadmap issue and public projects

feat/public-profile
Kamran Ahmed 2 months ago
parent eb3a1e12db
commit bb95df5311
  1. 4
      src/components/UserPublicProfile/UserPublicProjects.tsx
  2. 6814
      src/data/roadmaps/qa/qa.json

@ -38,6 +38,10 @@ export function UserPublicProjects(props: UserPublicProjectsProps) {
return 0;
}) || [];
if (!enrichedProjects.length) {
return null;
}
return (
<div className="mt-5">
<h2 className="mb-2 text-xs uppercase tracking-wide text-gray-400">

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save