From e8b498ca6d205db460fd0be9efb4080b7bbc4959 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Fri, 10 Feb 2023 16:45:31 -0800 Subject: [PATCH] Minor style tweaks --- frontend/src/ee/components/ActivitySideBar.tsx | 10 +++++----- frontend/src/ee/components/SecretVersionList.tsx | 2 +- frontend/src/pages/settings/org/[id].tsx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/ee/components/ActivitySideBar.tsx b/frontend/src/ee/components/ActivitySideBar.tsx index 69a6701af..be2f09e0d 100644 --- a/frontend/src/ee/components/ActivitySideBar.tsx +++ b/frontend/src/ee/components/ActivitySideBar.tsx @@ -2,7 +2,7 @@ import { useEffect, useState } from 'react'; import Image from 'next/image'; import { useRouter } from 'next/router'; import { useTranslation } from 'next-i18next'; -import { faX } from '@fortawesome/free-solid-svg-icons'; +import { faXmark } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import getActionData from '@app/ee/api/secrets/GetActionData'; @@ -154,7 +154,7 @@ const ActivitySideBar = ({ toggleSidebar, currentAction }: SideBarProps) => { tabIndex={0} onClick={() => toggleSidebar('')} > - +
@@ -163,7 +163,7 @@ const ActivitySideBar = ({ toggleSidebar, currentAction }: SideBarProps) => { actionMetaData?.name === 'deleteSecrets') && actionData?.map((item, id) => (
-
+
{item.newSecretVersion.key}
{ {item.newSecretVersion.key}
-
+
-{' '} {patienceDiff( item.oldSecretVersion.value.split(''), @@ -201,7 +201,7 @@ const ActivitySideBar = ({ toggleSidebar, currentAction }: SideBarProps) => { ) )}
-
+
+{' '} {patienceDiff( item.oldSecretVersion.value.split(''), diff --git a/frontend/src/ee/components/SecretVersionList.tsx b/frontend/src/ee/components/SecretVersionList.tsx index fd4a3916c..8039c09c4 100644 --- a/frontend/src/ee/components/SecretVersionList.tsx +++ b/frontend/src/ee/components/SecretVersionList.tsx @@ -113,7 +113,7 @@ const SecretVersionList = ({ secretId }: { secretId: string }) => { })}
-

+

Value: diff --git a/frontend/src/pages/settings/org/[id].tsx b/frontend/src/pages/settings/org/[id].tsx index 1fd67c52c..a24d7985c 100644 --- a/frontend/src/pages/settings/org/[id].tsx +++ b/frontend/src/pages/settings/org/[id].tsx @@ -175,7 +175,7 @@ export default function SettingsOrg() {

-
+
@@ -231,7 +231,7 @@ export default function SettingsOrg() { text="You can add more members if you switch to Infisical's Team plan." /> {/* */} -
+
{userList && ( -
+