Skip to content

Commit eec4327

Browse files
committed
remove text and fix lint
1 parent 20752f3 commit eec4327

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

website/src/pages/auth/signin.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ const SigninButton = (props: ButtonProps) => {
170170
colorScheme={buttonColorScheme}
171171
color="white"
172172
{...props}
173-
>
174-
Continue with Email
175-
</Button>
173+
></Button>
176174
);
177175
};
178176

website/src/types/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
// https://github.com/ts-essentials/ts-essentials/blob/25cae45c162f8784e3cdae8f43783d0c66370a57/lib/types.ts#L437
2+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
23
export type ElementOf<T extends readonly any[]> = T extends readonly (infer ET)[] ? ET : never;

0 commit comments

Comments
 (0)