style: message structure on SecretTable

This commit is contained in:
Alfonso Hernandez
2024-07-19 03:36:24 +02:00
parent 774017adbe
commit 2f2c9d4508

View File

@@ -32,7 +32,7 @@ export const SecretTable = ({
orgName
}: Props) => {
const [isVisible, setIsVisible] = useToggle(false);
const title = (<p>You need to be logged into <strong>{orgName}</strong> to access this secret</p>);
const title = (<p>Someone from <strong>{orgName}</strong> organization has shared a secret with you</p>);
return (
<div className="flex w-full items-center justify-center rounded-md border border-solid border-mineshaft-700 bg-mineshaft-800 p-2">