diff --git a/frontend/src/views/DashboardPage/DashboardPage.tsx b/frontend/src/views/DashboardPage/DashboardPage.tsx index 9479e50d7..94bf9a7bd 100644 --- a/frontend/src/views/DashboardPage/DashboardPage.tsx +++ b/frontend/src/views/DashboardPage/DashboardPage.tsx @@ -552,7 +552,7 @@ export const DashboardPage = ({ envFromTop }: { envFromTop: string }) => { />
-
{isRollbackMode ? 'Secret Snapshot' : 'Secrets'}
+
{isRollbackMode ? 'Secret Snapshot' : ''}
{isRollbackMode && Boolean(snapshotSecret) && ( {new Date(snapshotSecret?.createdAt || '').toLocaleString()} diff --git a/frontend/src/views/DashboardPage/components/FolderSection/FolderSection.tsx b/frontend/src/views/DashboardPage/components/FolderSection/FolderSection.tsx index 4b12bac85..dd9676845 100644 --- a/frontend/src/views/DashboardPage/components/FolderSection/FolderSection.tsx +++ b/frontend/src/views/DashboardPage/components/FolderSection/FolderSection.tsx @@ -1,4 +1,4 @@ -import { faEdit, faFolder, faTrash } from '@fortawesome/free-solid-svg-icons'; +import { faEdit, faFolder, faXmark } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { IconButton, Tooltip } from '@app/components/v2'; @@ -23,8 +23,8 @@ export const FolderSection = ({ {folders .filter(({ name }) => name.toLowerCase().includes(search.toLowerCase())) .map(({ id, name }) => ( - - + +
null} tabIndex={0} role="button" @@ -43,9 +43,9 @@ export const FolderSection = ({
- + handleFolderUpdate(id, name)} @@ -56,7 +56,7 @@ export const FolderSection = ({
- + handleFolderDelete(id, name)} > - +