This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ function writeAsciiLogo(stream: FSWriteStream | TTYWriteStream) {
25
25
function writeMarkdownLogo ( stream : FSWriteStream | TTYWriteStream ) {
26
26
const logo = String . raw `
27
27
<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">
31
31
</picture>
32
32
` ;
33
33
stream . write ( logo + "\n" ) ;
You can’t perform that action at this time.
0 commit comments