Skip to content

Commit

Permalink
chore: Update comments referencing extension main branch (#2921)
Browse files Browse the repository at this point in the history
Rename the main `metamask-extension` branch in comments where it is
referenced. It was recently renamed from `develop` to `main`.
  • Loading branch information
Gudahtt authored Dec 2, 2024
1 parent c59f631 commit c66e562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snaps-sdk/src/jsx/components/Icon.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createSnapComponent } from '../component';

// Copied from https://github.com/MetaMask/metamask-extension/blob/develop/ui/components/component-library/icon/icon.types.ts
// Copied from https://github.com/MetaMask/metamask-extension/blob/main/ui/components/component-library/icon/icon.types.ts
// Currently requires manual syncing when new icon is added.
export enum IconName {
AddSquare = 'add-square',
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-sdk/src/ui/components/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { LiteralStruct, NodeType } from '../nodes';

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

0 comments on commit c66e562

Please sign in to comment.