diff --git a/packages/website/src/entities/branding/ui/logo.test.tsx b/packages/website/src/entities/branding/ui/logo.test.tsx index fb1e47f2..8e46d778 100644 --- a/packages/website/src/entities/branding/ui/logo.test.tsx +++ b/packages/website/src/entities/branding/ui/logo.test.tsx @@ -10,7 +10,7 @@ test("clicking on the logo redirects to the home page", () => { , ); - const logo = screen.getByTestId("logo"); + const logo = screen.getByAltText("Parking Insights brand mark"); userEvent.click(logo); expect(window.location.pathname).toBe("/"); diff --git a/packages/website/src/entities/branding/ui/logo.tsx b/packages/website/src/entities/branding/ui/logo.tsx index 40acf587..25f642e7 100644 --- a/packages/website/src/entities/branding/ui/logo.tsx +++ b/packages/website/src/entities/branding/ui/logo.tsx @@ -7,7 +7,7 @@ export default function Logo() { * reloadDocument - A property used in the Link component from React Router to skip client side routing and let the browser handle the transition normally (as if it were an ). * @typedef {boolean} reloadDocument */ - + Parking Insights brand mark