Skip to content

Commit 916e02e

Browse files
committed
fix: swap image sources
1 parent 2527adc commit 916e02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A comprehensive collection of practical examples, integration guides, and commun
44

55
<a href="https://docs.perplexity.ai/cookbook" target="_blank">
66
<picture>
7-
<source media="(prefers-color-scheme: dark)" srcset="/static/img/perplexity-sonar-dark.png">
8-
<source media="(prefers-color-scheme: light)" srcset="/static/img/perplexity-sonar.png">
7+
<source media="(prefers-color-scheme: dark)" srcset="/static/img/perplexity-sonar.png">
8+
<source media="(prefers-color-scheme: light)" srcset="/static/img/perplexity-sonar-dark.png">
99
<img src="/static/img/perplexity-sonar.png" alt="Perplexity Sonar" style="max-width: 100%; width: 400px; margin-bottom: 20px">
1010
</picture>
1111
</a>

0 commit comments

Comments
 (0)