Skip to content

Commit 7b9e5be

Browse files
committed
Fix logo file locations
1 parent a963f55 commit 7b9e5be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center" width="100%">
22
<a href="https://github.com/mlange-42/ark">
33
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/5f4d437d-7664-4706-8e35-ab81c0f65be0">
5-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/353223ca-cdf8-4cdc-9d26-2fbbf8a63fcb">
6-
<img alt="Ark Logo" src="https://github.com/user-attachments/assets/353223ca-cdf8-4cdc-9d26-2fbbf8a63fcb">
4+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/mlange-42/ark/refs/heads/main/docs/static/images/ark-logo-text-dark.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/mlange-42/ark/refs/heads/main/docs/static/images/ark-logo-text-light.svg">
6+
<img alt="Ark Logo" src="https://raw.githubusercontent.com/mlange-42/ark/refs/heads/main/docs/static/images/ark-logo-text-light.svg">
77
</picture>
88
</a>
99

0 commit comments

Comments
 (0)