Skip to content

Commit 3cb63ef

Browse files
Deploy site from 8d585ab
1 parent 7a3d62c commit 3cb63ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function addDocsLink(repo, readthedocs, repo_data_row) {
198198

199199
let docs_link_image = document.createElement("img")
200200
docs_link_image.className = "readthedocs-icon"
201-
docs_link_image.src = "https://cdn.jsdelivr.net/npm/simple-icons@v15/icons/readthedocs.svg"
201+
docs_link_image.src = "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/readthedocs.svg"
202202
docs_link_image.alt = "ReadTheDocs"
203203
docs_link_image.title = "ReadTheDocs"
204204
docs_link_image.style.width = "24px"

0 commit comments

Comments
 (0)