mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
style: message structure on SecretTable
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user