Skip to content

Commit 11523bd

Browse files
committed
fixes
1 parent 565d9e9 commit 11523bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/whats-new.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ of the [MetaMask developer page](https://metamask.io/developer/).
1111

1212
## May 2025
1313

14+
- Added [Delegation Toolkit](/gator) to MetaMask documentation.
15+
([#2045](https://github.com/MetaMask/metamask-docs/pull/2045))
1416
- Documented [how to use the Snaps sandbox](/snaps/how-to/test-a-snap/#test-in-the-sandbox).
1517
([#2030](https://github.com/MetaMask/metamask-docs/pull/2030))
1618
- Documented how to use the SDK CLI to set up a [JavaScript + Wagmi](/sdk/quickstart/javascript-wagmi) or [Dynamic SDK](/sdk/quickstart/javascript-dynamic) project.

src/scss/custom.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,10 @@ ol {
392392
border-radius: 0.5rem;
393393
}
394394

395-
/**
396-
* Temporary style - to be deleted
397-
*/
395+
/* Doc version banner */
398396

399-
.getfeedback-container {
400-
margin-top: 5rem;
397+
.theme-doc-version-banner {
398+
font-size: 1.6rem;
401399
}
402400

403401
/* Header */

src/theme/DocVersionBanner/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function DocVersionBannerEnabled({ className, versionMetadata }) {
9191
className={clsx(
9292
className,
9393
ThemeClassNames.docs.docVersionBanner,
94-
"alert alert--warning margin-bottom--md",
94+
"alert alert--warning margin-bottom--lg",
9595
)}
9696
role="alert">
9797
<div>

wallet/how-to/send-transactions/send-batch-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can send and manage batch transactions in MetaMask, using the methods specif
1414
## About atomic batch transactions
1515

1616
An atomic batch transaction is a group of transactions that are executed together as a single unit.
17-
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their externally owned account (EOA) to a [MetaMask smart account](/gator/concepts/smart-accounts).
17+
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their externally owned account (EOA) to a [MetaMask smart account](/gator/development/concepts/smart-accounts).
1818
If the user accepts, MetaMask proceeds to upgrade the account and process the request as a single atomic transaction as specified by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702).
1919

2020
:::note Smart accounts

0 commit comments

Comments
 (0)