Skip to content

Commit eda6ed3

Browse files
committed
fix padding, bold
1 parent 057c385 commit eda6ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/learning-lit/pricing/payment-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ For detailed information on current pricing, see the [Current Prices](/learning-
6060
There are additional costs associated with using Lit Protocol's services that are not covered by the network usage payments. These include:
6161

6262
- **Gas on Lit Chain** - Lit Chain is the database for Lit network. When you make a transaction on Lit Chain, you will need to pay for the gas used by the transaction. Examples of operations that would require a transaction on Lit Chain are things like changing PKP Permissions, transferring PKPs, and launching smart contracts on Lit Chain. Lit Chain gas is priced in $LITKEY tokens and the gas price is very low compared to other chains.
63-
- ** PKP Minting** - When you mint a new PKP, you will need to pay a specific fee for the minting operation. Check out the [Current Prices page](/learning-lit/pricing/current-prices) to see the price right now.
63+
- **PKP Minting** - When you mint a new PKP, you will need to pay a specific fee for the minting operation. Check out the [Current Prices page](/learning-lit/pricing/current-prices) to see the price right now.

docs/snippets/CurrentPricesTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export const CurrentPricesTable = () => {
390390
<tr key={productId}>
391391
<td
392392
style={{
393-
padding: '8px 6px 8px 0',
393+
padding: '8px 6px 8px 8px',
394394
border: '1px solid #ddd',
395395
fontWeight: '500',
396396
fontSize: '0.9em',

0 commit comments

Comments
 (0)