mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: input type & docs link
This commit is contained in:
@@ -13,8 +13,7 @@ export const ShareSecretPage = () => {
|
||||
<p className="text-bunker-300">Share secrets with anybody securely and efficiently</p>
|
||||
</div>
|
||||
<div className="flex w-max justify-center">
|
||||
{/* Add docs here */}
|
||||
<Link href="https://infisical.com/docs/documentation/platform/pr-workflows">
|
||||
<Link href="https://infisical.com/docs/documentation/platform/secret-sharing">
|
||||
<span className="w-max cursor-pointer rounded-md border border-mineshaft-500 bg-mineshaft-600 px-4 py-2 text-mineshaft-200 duration-200 hover:border-primary/40 hover:bg-primary/10 hover:text-white">
|
||||
Documentation{" "}
|
||||
<FontAwesomeIcon
|
||||
|
||||
@@ -212,7 +212,7 @@ export const AddShareSecretModal = ({ popUp, handlePopUpToggle }: Props) => {
|
||||
isError={Boolean(error)}
|
||||
errorText={error?.message}
|
||||
>
|
||||
<Input {...field} placeholder="Type your secret value" />
|
||||
<Input {...field} type="number" min={0} />
|
||||
</FormControl>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user