diff --git a/web/components/automation/auto-archive-automation.tsx b/web/components/automation/auto-archive-automation.tsx index 3e664bef4..966892595 100644 --- a/web/components/automation/auto-archive-automation.tsx +++ b/web/components/automation/auto-archive-automation.tsx @@ -29,7 +29,7 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC handleClose={() => setmonthModal(false)} handleChange={handleChange} /> -
+
@@ -54,7 +54,7 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC {projectDetails?.archive_in !== 0 && (
-
+
Auto-archive issues that are closed for
= ({ projectDetails, handleCha handleChange={handleChange} /> -
+
@@ -100,7 +100,7 @@ export const AutoCloseAutomation: React.FC = ({ projectDetails, handleCha {projectDetails?.close_in !== 0 && (
-
+
Auto-close issues that are inactive for
diff --git a/web/components/estimates/estimate-list-item.tsx b/web/components/estimates/estimate-list-item.tsx index becf16ff4..beaa942d3 100644 --- a/web/components/estimates/estimate-list-item.tsx +++ b/web/components/estimates/estimate-list-item.tsx @@ -54,7 +54,7 @@ export const EstimateListItem: React.FC = observer((props) => { return ( <> -
+
diff --git a/web/components/estimates/estimate-list.tsx b/web/components/estimates/estimate-list.tsx index 489545098..07770b183 100644 --- a/web/components/estimates/estimate-list.tsx +++ b/web/components/estimates/estimate-list.tsx @@ -71,7 +71,7 @@ export const EstimatesList: React.FC = observer(() => { data={projectStore.getProjectEstimateById(estimateToDelete!)} /> -
+

Estimates

diff --git a/web/components/exporter/guide.tsx b/web/components/exporter/guide.tsx index bb64e6170..2d7eb9d65 100644 --- a/web/components/exporter/guide.tsx +++ b/web/components/exporter/guide.tsx @@ -53,7 +53,7 @@ const IntegrationGuide = () => { {EXPORTERS_LIST.map((service) => (
@@ -79,7 +79,7 @@ const IntegrationGuide = () => { ))}
-
+

Previous Exports

diff --git a/web/components/integration/guide.tsx b/web/components/integration/guide.tsx index a0876e673..d083de590 100644 --- a/web/components/integration/guide.tsx +++ b/web/components/integration/guide.tsx @@ -79,7 +79,7 @@ const IntegrationGuide = () => { {IMPORTERS_EXPORTERS_LIST.map((service) => (
@@ -100,7 +100,7 @@ const IntegrationGuide = () => {
))}
-
+

Previous Imports

{isAdmin && ( - + {({ open }) => (
diff --git a/web/pages/[workspaceSlug]/me/profile/activity.tsx b/web/pages/[workspaceSlug]/me/profile/activity.tsx index 3b5e60f59..820a62596 100644 --- a/web/pages/[workspaceSlug]/me/profile/activity.tsx +++ b/web/pages/[workspaceSlug]/me/profile/activity.tsx @@ -37,7 +37,7 @@ const ProfileActivityPage: NextPageWithLayout = () => { <> {userActivity ? (
-
+

Activity

@@ -153,7 +153,7 @@ const ProfileActivityPage: NextPageWithLayout = () => {
-
+
{activityItem.field === "archived_at" && activityItem.new_value !== "restore" ? ( Plane diff --git a/web/pages/[workspaceSlug]/me/profile/preferences.tsx b/web/pages/[workspaceSlug]/me/profile/preferences.tsx index 842740f7a..5f915ec10 100644 --- a/web/pages/[workspaceSlug]/me/profile/preferences.tsx +++ b/web/pages/[workspaceSlug]/me/profile/preferences.tsx @@ -50,7 +50,7 @@ const ProfilePreferencesPage: NextPageWithLayout = observer(() => { <> {userStore.currentUser ? (
-
+

Preferences

diff --git a/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx b/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx index 0a000e847..313d8e549 100644 --- a/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx +++ b/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx @@ -69,7 +69,7 @@ const AutomationSettingsPage: NextPageWithLayout = () => { return (
-
+

Automations

diff --git a/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx b/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx index ecb8ca027..2e9597b3d 100644 --- a/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx +++ b/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx @@ -29,7 +29,7 @@ const FeaturesSettingsPage: NextPageWithLayout = () => { return (
-
+

Features

diff --git a/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx b/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx index cc87c20f4..6895a53ae 100644 --- a/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx +++ b/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx @@ -10,7 +10,7 @@ import { NextPageWithLayout } from "types/app"; const StatesSettingsPage: NextPageWithLayout = () => (
-
+

States

diff --git a/web/pages/[workspaceSlug]/settings/billing.tsx b/web/pages/[workspaceSlug]/settings/billing.tsx index 751b5cfab..bd7fe3f2f 100644 --- a/web/pages/[workspaceSlug]/settings/billing.tsx +++ b/web/pages/[workspaceSlug]/settings/billing.tsx @@ -12,7 +12,7 @@ import { NextPageWithLayout } from "types/app"; const BillingSettingsPage: NextPageWithLayout = () => (
-
+

Billing & Plans

diff --git a/web/pages/[workspaceSlug]/settings/exports.tsx b/web/pages/[workspaceSlug]/settings/exports.tsx index ce0786634..fdf3a3393 100644 --- a/web/pages/[workspaceSlug]/settings/exports.tsx +++ b/web/pages/[workspaceSlug]/settings/exports.tsx @@ -12,7 +12,7 @@ const ExportsPage: NextPageWithLayout = () => ( }>
-
+

Exports

diff --git a/web/pages/[workspaceSlug]/settings/imports.tsx b/web/pages/[workspaceSlug]/settings/imports.tsx index c75c2d7e7..932c939f6 100644 --- a/web/pages/[workspaceSlug]/settings/imports.tsx +++ b/web/pages/[workspaceSlug]/settings/imports.tsx @@ -10,7 +10,7 @@ import { NextPageWithLayout } from "types/app"; const ImportsPage: NextPageWithLayout = () => (
-
+

Imports

diff --git a/web/pages/[workspaceSlug]/settings/members.tsx b/web/pages/[workspaceSlug]/settings/members.tsx index 90c9848ca..74a9c6724 100644 --- a/web/pages/[workspaceSlug]/settings/members.tsx +++ b/web/pages/[workspaceSlug]/settings/members.tsx @@ -35,7 +35,7 @@ const WorkspaceMembersSettingsPage: NextPageWithLayout = () => { /> )}
-
+

Members