diff --git a/clients/admin-ui/src/features/data-discovery-and-detection/DiscoveryMonitorBreadcrumbs.tsx b/clients/admin-ui/src/features/data-discovery-and-detection/DiscoveryMonitorBreadcrumbs.tsx
index 74bb0cf7aa..3b086ab5e1 100644
--- a/clients/admin-ui/src/features/data-discovery-and-detection/DiscoveryMonitorBreadcrumbs.tsx
+++ b/clients/admin-ui/src/features/data-discovery-and-detection/DiscoveryMonitorBreadcrumbs.tsx
@@ -28,7 +28,6 @@ const DiscoveryMonitorBreadcrumbs = ({
if (!resourceUrn) {
breadcrumbItems.push({
title: "All activity",
- icon: DATA_BREADCRUMB_ICONS[0],
});
}
diff --git a/clients/admin-ui/src/pages/consent/privacy-notices/[id].tsx b/clients/admin-ui/src/pages/consent/privacy-notices/[id].tsx
index 5dc27a3f34..709586a902 100644
--- a/clients/admin-ui/src/pages/consent/privacy-notices/[id].tsx
+++ b/clients/admin-ui/src/pages/consent/privacy-notices/[id].tsx
@@ -50,19 +50,16 @@ const PrivacyNoticeDetailPage = () => {
{ title: "All privacy Notices", href: PRIVACY_NOTICES_ROUTE },
{ title: data.name },
]}
- >
-
-
- Configure your privacy notice including consent mechanism,
- associated data uses and the locations in which this should be
- displayed to users.
-
-
-
+ />
+
+ Configure your privacy notice including consent mechanism, associated
+ data uses and the locations in which this should be displayed to
+ users.
+ (
-
-
+
+
+
Download a CSV containing a report of consent preferences made by users
on your sites. Select a date range below and click "Download
report". Depending on the number of records in the date range you
select, it may take several minutes to prepare the file after you click
"Download report".
-
-
diff --git a/clients/admin-ui/src/pages/messaging/[id].tsx b/clients/admin-ui/src/pages/messaging/[id].tsx
index b96a0c4369..0af879e5c4 100644
--- a/clients/admin-ui/src/pages/messaging/[id].tsx
+++ b/clients/admin-ui/src/pages/messaging/[id].tsx
@@ -104,19 +104,14 @@ const EditPropertyPage: NextPage = () => {
}`,
},
]}
- >
-
-
-
-
-
-
-
-
+ />
+
+
+ {
return (
-
-
-
- For Fides to work on your website(s), each of your domains must be
- listed below. You can add and remove domains at any time up to the
- quantity included in your license. For more information on
- managing domains{" "}
-
- read here
-
- .
-
-
-
-
-
+
+
+
+ For Fides to work on your website(s), each of your domains must be
+ listed below. You can add and remove domains at any time up to the
+ quantity included in your license. For more information on managing
+ domains{" "}
+
+ read here
+
+ .
+ {
return (
-
-
- Select the locations that you operate in and Fides will make sure
- that you are automatically presented with the relevant regulatory
- guidelines and global frameworks for your locations.
-
-
+
+
+ Select the locations that you operate in and Fides will make sure that
+ you are automatically presented with the relevant regulatory
+ guidelines and global frameworks for your locations.
+
{isLoading ? (
diff --git a/clients/admin-ui/src/pages/settings/organization.tsx b/clients/admin-ui/src/pages/settings/organization.tsx
index 1c2c1c8029..fd65067f61 100644
--- a/clients/admin-ui/src/pages/settings/organization.tsx
+++ b/clients/admin-ui/src/pages/settings/organization.tsx
@@ -25,14 +25,13 @@ const OrganizationPage: NextPage = () => {
return (
-
-
+
+
+
Please use this section to manage your organization‘s details,
including key information that will be recorded in the RoPA (Record
of Processing Activities).
-
-
diff --git a/clients/admin-ui/src/pages/settings/regulations.tsx b/clients/admin-ui/src/pages/settings/regulations.tsx
index a8ed513af2..96e9bba5a9 100644
--- a/clients/admin-ui/src/pages/settings/regulations.tsx
+++ b/clients/admin-ui/src/pages/settings/regulations.tsx
@@ -21,20 +21,15 @@ const RegulationsPage: NextPage = () => {
return (
-
-
- Select the regulations that apply to your organizations compliance
- requirements. The selections you make here will automatically update
- your location selections.{" "}
-
- You can view your location settings here.
-
-
-
+
+
+ Select the regulations that apply to your organizations compliance
+ requirements. The selections you make here will automatically update
+ your location selections.{" "}
+
+ You can view your location settings here.
+
+
{isLoading ? (
diff --git a/clients/admin-ui/src/pages/systems/configure/[id]/test-datasets.tsx b/clients/admin-ui/src/pages/systems/configure/[id]/test-datasets.tsx
index d9b9b45e57..926da1fe46 100644
--- a/clients/admin-ui/src/pages/systems/configure/[id]/test-datasets.tsx
+++ b/clients/admin-ui/src/pages/systems/configure/[id]/test-datasets.tsx
@@ -1,4 +1,4 @@
-import { Box, HStack } from "fidesui";
+import { HStack } from "fidesui";
import type { NextPage } from "next";
import { useRouter } from "next/router";
import { useEffect } from "react";
@@ -66,9 +66,7 @@ const TestDatasetPage: NextPage = () => {
},
{ title: "Test datasets" },
]}
- >
-
-
+ />