Skip to content

Commit

Permalink
Updated lang selector earth icon src URLs to JSD ones
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Oct 19, 2024
1 parent 3dd2aea commit 806c1ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div align="right">
<h6>
<picture>
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-white-icon32.svg">
<img height=14 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-icon32.svg">
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions/images/icons/earth/white/icon32.svg">
<img height=14 src="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions/images/icons/earth/black/icon32.svg">
</picture>
&nbsp;English |
<a href="zh-cn/#readme">简体中文</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div align="right">
<h6>
<picture>
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-white-icon32.svg">
<img height=14 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-icon32.svg">
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions/images/icons/earth/white/icon32.svg">
<img height=14 src="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions/images/icons/earth/black/icon32.svg">
</picture>
&nbsp;简体中文 |
<a href="../../#readme">English</a>
Expand Down

0 comments on commit 806c1ec

Please sign in to comment.