Skip to content

Commit 17bf0bf

Browse files
committed
fix: code review
1 parent d9a889d commit 17bf0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/default/components/Logo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (!logo) {
3333
console.warn(
3434
[
3535
`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('|')}).`,
36+
`You can overwrite the logo for dark mode by providing a logo-dark.(${LOGO_EXTENSIONS.join('|')}).`,
3737
].join(''),
3838
);
3939
}

0 commit comments

Comments
 (0)