Skip to content

Commit

Permalink
Replace logo in webauthn graphics (#47739) (#47746)
Browse files Browse the repository at this point in the history
* Replace webauthn graphics with a new logo

* `Login to` -> `Log in to`

* Run the svg through ImageOptim

---------

Co-authored-by: Rafał Cieślak <[email protected]>

(cherry picked from commit 27d888e)
  • Loading branch information
gzdunek authored Oct 21, 2024
1 parent 6f2fdf7 commit e29ea31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function ClusterLoginPresentation({
<>
<DialogHeader px={4} pt={4} mb={0}>
<Text typography="h4">
Login to <b>{title}</b>
Log in to <b>{title}</b>
</Text>
<ButtonIcon ml="auto" p={3} onClick={onCloseDialog} aria-label="Close">
<Icons.Cross size="medium" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/packages/teleterm/src/ui/Search/SearchBar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ it('shows a login modal when a request to a cluster from the current workspace f
await waitFor(() => {
expect(screen.getByTestId('Modal')).toBeInTheDocument();
});
expect(screen.getByTestId('Modal')).toHaveTextContent('Login to');
expect(screen.getByTestId('Modal')).toHaveTextContent('Log in to');

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

0 comments on commit e29ea31

Please sign in to comment.