Skip to content

Commit

Permalink
Updated KaTeX logo img srcs to media.bravegpt.com URLs ↞ [auto-sync f…
Browse files Browse the repository at this point in the history
…rom `KudoAI/bravegpt`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed May 19, 2024
1 parent 4559f16 commit fec5842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bravegpt/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://katex.org">
<img width=175 src="https://i.imgur.com/3FBdSCi.png">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://media.bravegpt.com/images/logos/katex/white-logo.svg">
<img width=175 src="https://media.bravegpt.com/images/logos/katex/dark-gray-logo423x166.png">
</picture>
</a>
<br><br>

Expand Down
5 changes: 4 additions & 1 deletion bravegpt/greasemonkey/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://katex.org">
<img width=175 src="https://i.imgur.com/3FBdSCi.png">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://media.bravegpt.com/images/logos/katex/white-logo.svg">
<img width=175 src="https://media.bravegpt.com/images/logos/katex/dark-gray-logo423x166.png">
</picture>
</a>
<br><br>

Expand Down

0 comments on commit fec5842

Please sign in to comment.