Skip to content

Commit c66e562

Browse files
authored
chore: Update comments referencing extension main branch (#2921)
Rename the main `metamask-extension` branch in comments where it is referenced. It was recently renamed from `develop` to `main`.
1 parent c59f631 commit c66e562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/snaps-sdk/src/jsx/components/Icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createSnapComponent } from '../component';
22

3-
// Copied from https://github.com/MetaMask/metamask-extension/blob/develop/ui/components/component-library/icon/icon.types.ts
3+
// Copied from https://github.com/MetaMask/metamask-extension/blob/main/ui/components/component-library/icon/icon.types.ts
44
// Currently requires manual syncing when new icon is added.
55
export enum IconName {
66
AddSquare = 'add-square',

packages/snaps-sdk/src/ui/components/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { LiteralStruct, NodeType } from '../nodes';
1414

1515
/**
1616
* This replicates the available input types from the metamask extension.
17-
* https://github.com/MetaMask/metamask-extension/develop/ui/components/component-library/input/input.constants.js
17+
* https://github.com/MetaMask/metamask-extension/main/ui/components/component-library/input/input.constants.js
1818
*/
1919
export enum InputType {
2020
/* eslint-disable @typescript-eslint/no-shadow */

0 commit comments

Comments
 (0)