File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { 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.
55export enum IconName {
66 AddSquare = 'add-square' ,
Original file line number Diff line number Diff 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 */
1919export enum InputType {
2020 /* eslint-disable @typescript-eslint/no-shadow */
You can’t perform that action at this time.
0 commit comments