Skip to content

Commit dfe5e6c

Browse files
authored
Fix screenshot URLs in contents.json (#2023)
Updated screenshot URLs to use lowercase file names.
1 parent 596b7f3 commit dfe5e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32927,8 +32927,8 @@
3292732927
"swift"
3292832928
],
3292932929
"screenshots": [
32930-
"https://github.com/csprasad/Mr-Tip/raw/main/Mr.%20Tip/screenshots/Light.png",
32931-
"https://github.com/csprasad/Mr-Tip/raw/main/Mr.%20Tip/screenshots/Dark.png"
32930+
"https://github.com/csprasad/Mr-Tip/raw/main/Mr.%20Tip/screenshots/light.png",
32931+
"https://github.com/csprasad/Mr-Tip/raw/main/Mr.%20Tip/screenshots/dark.png"
3293232932
],
3293332933
"date_added": "Apr 14 2025",
3293432934
"suggested_by": "@csprasad",

0 commit comments

Comments
 (0)