diff --git a/e2e/feed.spec.ts b/e2e/feed.spec.ts index 16945c5..ce74fb0 100644 --- a/e2e/feed.spec.ts +++ b/e2e/feed.spec.ts @@ -26,8 +26,8 @@ test("verified feed lists vetted cards and opens the detail embed", async ({ await expect(siteHeader).toHaveCSS("border-bottom-color", "rgb(33, 31, 27)"); const siteMark = siteHeader.locator(".brand-mark"); - await expect(siteMark).toHaveCSS("width", "24px"); - await expect(siteMark).toHaveCSS("height", "24px"); + await expect(siteMark).toHaveCSS("width", "28px"); + await expect(siteMark).toHaveCSS("height", "28px"); await expect(siteMark.locator("img")).toHaveAttribute("src", "/logo-mark.png"); await expect(siteMark.locator("img")).toHaveAttribute("alt", ""); diff --git a/public/logo-mark.png b/public/logo-mark.png index bd3c238..860204b 100644 Binary files a/public/logo-mark.png and b/public/logo-mark.png differ diff --git a/src/app/globals.css b/src/app/globals.css index 41af0e3..73804d7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -118,8 +118,8 @@ input:disabled { } .brand-mark { - width: 24px; - height: 24px; + width: 28px; + height: 28px; flex: none; } diff --git a/src/app/icon.png b/src/app/icon.png index bd3c238..860204b 100644 Binary files a/src/app/icon.png and b/src/app/icon.png differ