fix: remove hr add spacing, fix link in env file (#4916)
parent
fabf692a08
commit
bd48fd01b1
|
@ -97,7 +97,7 @@ LARK_OPEN_VERIFICATION_TOKEN=""
|
||||||
|
|
||||||
# - WEB3
|
# - WEB3
|
||||||
# Used for the Web3 plugin
|
# Used for the Web3 plugin
|
||||||
# @see https://github.com/calcom/cal.com/blob/main/packages/app-store/web3/README.md
|
# @see https://github.com/calcom/cal.com/blob/main/packages/app-store/rainbow/README.md
|
||||||
ALCHEMY_API_KEY=""
|
ALCHEMY_API_KEY=""
|
||||||
INFURA_API_KEY=""
|
INFURA_API_KEY=""
|
||||||
# *********************************************************************************************************
|
# *********************************************************************************************************
|
||||||
|
|
|
@ -21,9 +21,7 @@ const RainbowInstallForm: React.FC<RainbowInstallFormProps> = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<hr className="my-2 border-neutral-200" />
|
<div className="mt-4 block items-center sm:flex">
|
||||||
|
|
||||||
<div className="block items-center sm:flex">
|
|
||||||
<div className="min-w-48 mb-4 sm:mb-0">
|
<div className="min-w-48 mb-4 sm:mb-0">
|
||||||
<label htmlFor="blockchainId" className="flex text-sm font-medium text-neutral-700">
|
<label htmlFor="blockchainId" className="flex text-sm font-medium text-neutral-700">
|
||||||
{t("Blockchain")}
|
{t("Blockchain")}
|
||||||
|
|
Loading…
Reference in New Issue