Skip to content

Commit

Permalink
fix: remove hr add spacing, fix link in env file (#4916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar authored Oct 9, 2022
1 parent fabf692 commit bd48fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.appStore.example
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ LARK_OPEN_VERIFICATION_TOKEN=""

# - WEB3
# 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=""
INFURA_API_KEY=""
# *********************************************************************************************************
4 changes: 1 addition & 3 deletions packages/app-store/rainbow/components/RainbowInstallForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const RainbowInstallForm: React.FC<RainbowInstallFormProps> = ({

return (
<>
<hr className="my-2 border-neutral-200" />

<div className="block items-center sm:flex">
<div className="mt-4 block items-center sm:flex">
<div className="min-w-48 mb-4 sm:mb-0">
<label htmlFor="blockchainId" className="flex text-sm font-medium text-neutral-700">
{t("Blockchain")}
Expand Down

0 comments on commit bd48fd0

Please sign in to comment.