Skip to content

Commit f4fe85a

Browse files
committed
Replace logo in webauthn graphics (#47739)
* Replace webauthn graphics with a new logo * `Login to` -> `Log in to` * Run the svg through ImageOptim --------- Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com> (cherry picked from commit 27d888e)
1 parent 6f2fdf7 commit f4fe85a

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

web/packages/teleterm/src/ui/ClusterConnect/ClusterLogin/ClusterLogin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function ClusterLoginPresentation({
5757
<>
5858
<DialogHeader px={4} pt={4} mb={0}>
5959
<Text typography="h4">
60-
Login to <b>{title}</b>
60+
Log in to <b>{title}</b>
6161
</Text>
6262
<ButtonIcon ml="auto" p={3} onClick={onCloseDialog} aria-label="Close">
6363
<Icons.Cross size="medium" />

web/packages/teleterm/src/ui/ClusterConnect/ClusterLogin/FormLogin/PromptWebauthn/hardware.svg

Lines changed: 1 addition & 9 deletions
Loading

web/packages/teleterm/src/ui/Search/SearchBar.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ it('shows a login modal when a request to a cluster from the current workspace f
305305
await waitFor(() => {
306306
expect(screen.getByTestId('Modal')).toBeInTheDocument();
307307
});
308-
expect(screen.getByTestId('Modal')).toHaveTextContent('Login to');
308+
expect(screen.getByTestId('Modal')).toHaveTextContent('Log in to');
309309

310310
// Verify that the search bar stays open after closing the modal.
311311
screen.getByLabelText('Close').click();

0 commit comments

Comments
 (0)