-
+
+
{detailsQuery.data.title}
@@ -258,25 +258,23 @@ export default function ResumeReviewPage() {
disabled={starMutation.isLoading || unstarMutation.isLoading}
type="button"
onClick={onStarButtonClick}>
-
-
- {starMutation.isLoading ||
- unstarMutation.isLoading ||
- detailsQuery.isLoading ? (
-
- ) : (
-
- )}
-
- {detailsQuery.data?.stars.length ? 'Starred' : 'Star'}
-
+
+ {starMutation.isLoading ||
+ unstarMutation.isLoading ||
+ detailsQuery.isLoading ? (
+
+ ) : (
+
+ )}
+
+ {detailsQuery.data?.stars.length ? 'Starred' : 'Star'}
{detailsQuery.data?._count.stars}
diff --git a/apps/portal/src/pages/resumes/index.tsx b/apps/portal/src/pages/resumes/index.tsx
index de2b13c6..a07996e5 100644
--- a/apps/portal/src/pages/resumes/index.tsx
+++ b/apps/portal/src/pages/resumes/index.tsx
@@ -92,7 +92,7 @@ const getEmptyDataText = (
}
switch (tabsValue) {
case BROWSE_TABS_VALUES.ALL:
- return 'Looks like SWEs are feeling lucky!';
+ return "There's nothing to see here...";
case BROWSE_TABS_VALUES.STARRED:
return 'You have not starred any resumes. Star one to see it here!';
case BROWSE_TABS_VALUES.MY:
- {starMutation.isLoading ||
- unstarMutation.isLoading ||
- detailsQuery.isLoading ? (
-
- ) : (
-
- )}
-
- {detailsQuery.data?.stars.length ? 'Starred' : 'Star'}
-
+
+ {starMutation.isLoading ||
+ unstarMutation.isLoading ||
+ detailsQuery.isLoading ? (
+
+ ) : (
+
+ )}
+
+ {detailsQuery.data?.stars.length ? 'Starred' : 'Star'}
{detailsQuery.data?._count.stars}
diff --git a/apps/portal/src/pages/resumes/index.tsx b/apps/portal/src/pages/resumes/index.tsx
index de2b13c6..a07996e5 100644
--- a/apps/portal/src/pages/resumes/index.tsx
+++ b/apps/portal/src/pages/resumes/index.tsx
@@ -92,7 +92,7 @@ const getEmptyDataText = (
}
switch (tabsValue) {
case BROWSE_TABS_VALUES.ALL:
- return 'Looks like SWEs are feeling lucky!';
+ return "There's nothing to see here...";
case BROWSE_TABS_VALUES.STARRED:
return 'You have not starred any resumes. Star one to see it here!';
case BROWSE_TABS_VALUES.MY: