We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a889d commit 17bf0bfCopy full SHA for 17bf0bf
packages/astro/src/default/components/Logo.astro
@@ -33,7 +33,7 @@ if (!logo) {
33
console.warn(
34
[
35
`No logo found in public/. Supported filenames are: logo.(${LOGO_EXTENSIONS.join('|')}). `,
36
- `You can overwrite the logo for dark-mode by providing a logo-dark.(${LOGO_EXTENSIONS.join('|')}).`,
+ `You can overwrite the logo for dark mode by providing a logo-dark.(${LOGO_EXTENSIONS.join('|')}).`,
37
].join(''),
38
);
39
}
0 commit comments