Skip to content

Commit db4ce6b

Browse files
committed
docs: Use correct asset directory
1 parent a290369 commit db4ce6b

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
</picture>
1313
<br>
1414
<a href="https://revanced.app/">
15-
<img height="24px" src="assets/revanced-logo/revanced-logo-round.svg" />
15+
<picture>
16+
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
17+
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
18+
</picture>
1619
</a>&nbsp;&nbsp;&nbsp;
1720
<a href="https://github.com/ReVanced">
1821
<picture>
@@ -21,13 +24,22 @@
2124
</picture>
2225
</a>&nbsp;&nbsp;&nbsp;
2326
<a href="http://revanced.app/discord">
24-
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
27+
<picture>
28+
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
29+
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
30+
</picture>
2531
</a>&nbsp;&nbsp;&nbsp;
2632
<a href="https://reddit.com/r/revancedapp">
27-
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
33+
<picture>
34+
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
35+
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
36+
</picture>
2837
</a>&nbsp;&nbsp;&nbsp;
2938
<a href="https://t.me/app_revanced">
30-
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
39+
<picture>
40+
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
41+
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
42+
</picture>
3143
</a>&nbsp;&nbsp;&nbsp;
3244
<a href="https://x.com/revancedapp">
3345
<picture>
@@ -36,7 +48,10 @@
3648
</picture>
3749
</a>&nbsp;&nbsp;&nbsp;
3850
<a href="https://www.youtube.com/@ReVanced">
39-
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
51+
<picture>
52+
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
53+
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
54+
</picture>
4055
</a>
4156
<br>
4257
<br>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<br>
1414
<a href="https://revanced.app/">
1515
<picture>
16-
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo-round.svg" />
17-
<img height="24px" src="assets/revanced-logo/revanced-logo-round.svg" />
16+
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
17+
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
1818
</picture>
1919
</a>&nbsp;&nbsp;&nbsp;
2020
<a href="https://github.com/ReVanced">

0 commit comments

Comments
 (0)