Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit aa3a0b6

Browse files
authored
Update logo.ts
1 parent bbe87ba commit aa3a0b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/transform/src/logo.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ function writeAsciiLogo(stream: FSWriteStream | TTYWriteStream) {
2525
function writeMarkdownLogo(stream: FSWriteStream | TTYWriteStream) {
2626
const logo = String.raw`
2727
<picture>
28-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hypermodeAI/.github/main/images/hypermode-white.svg">
29-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hypermodeAI/.github/main/images/hypermode-black.svg">
30-
<img alt="Hypermode" src="https://raw.githubusercontent.com/hypermodeAI/.github/main/images/hypermode-black.svg">
28+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hypermodeinc/.github/main/images/hypermode-white.svg">
29+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hypermodeinc/.github/main/images/hypermode-black.svg">
30+
<img alt="Hypermode" src="https://raw.githubusercontent.com/hypermodeinc/.github/main/images/hypermode-black.svg">
3131
</picture>
3232
`;
3333
stream.write(logo + "\n");

0 commit comments

Comments
 (0)