From 867128ab5948a63224277db53c6f3abab2ccb7e4 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Fri, 7 Aug 2026 17:52:11 +0100 Subject: [PATCH] Constrain the README logo width --- README.md | 2 +- scripts/readme.test.mjs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f3a9c4..46c1360 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Yield + Yield

diff --git a/scripts/readme.test.mjs b/scripts/readme.test.mjs index 350f7db..78bb6f1 100644 --- a/scripts/readme.test.mjs +++ b/scripts/readme.test.mjs @@ -100,9 +100,9 @@ test("README uses the borderless Yield mark", async () => { ]); assert.match( readme, - /Yield/, + /Yield/, ); - assert.doesNotMatch(readme, /yield-mark\.svg" width=/); + assert.doesNotMatch(readme, /yield-mark\.svg" width="96" height=/); assert.doesNotMatch(readme, /apple-touch-icon\.png/); assert.match(mark, /width="96" height="96" viewBox="0 0 60 60"/); assert.match(mark, //);