diff --git a/space/components/issues/peek-overview/issue-activity.tsx b/space/components/issues/peek-overview/issue-activity.tsx index 321532fb2..52b984079 100644 --- a/space/components/issues/peek-overview/issue-activity.tsx +++ b/space/components/issues/peek-overview/issue-activity.tsx @@ -30,7 +30,7 @@ export const PeekOverviewIssueActivity: React.FC = observer((props) => { return (
-

Activity

+

Comments

{workspaceSlug && (
diff --git a/web/components/profile/sidebar.tsx b/web/components/profile/sidebar.tsx index a8a5d44c9..c7e68ea79 100644 --- a/web/components/profile/sidebar.tsx +++ b/web/components/profile/sidebar.tsx @@ -97,10 +97,7 @@ export const ProfileSidebar = observer(() => {
)} {userProjectsData.user_data?.display_name} @@ -166,8 +163,8 @@ export const ProfileSidebar = observer(() => { completedIssuePercentage <= 35 ? "bg-red-500/10 text-red-500" : completedIssuePercentage <= 70 - ? "bg-yellow-500/10 text-yellow-500" - : "bg-green-500/10 text-green-500" + ? "bg-yellow-500/10 text-yellow-500" + : "bg-green-500/10 text-green-500" }`} > {completedIssuePercentage}% diff --git a/web/public/users/user-profile-cover-default-img.png b/web/public/users/user-profile-cover-default-img.png new file mode 100644 index 000000000..6f555daf4 Binary files /dev/null and b/web/public/users/user-profile-cover-default-img.png differ