Skip to content

Commit

Permalink
Update codeview.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mebotga authored Dec 12, 2021
1 parent cde1367 commit 01c9404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/codeshare/codeview.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<% } else if(docs.codeCategory.toLowerCase() === "javascript") {%>
<img alt="Image placeholder" style="width: 130%;" class="rounded-circle" src="https://img.devsforum.net/tr/img/r3K9J8.png">
<% } else if(docs.codeCategory.toLowerCase() === "python") {%>
<img alt="Image placeholder" style="width: 130%;" class="rounded-circle" src="https://mpng.subpng.com/20180811/pul/kisspng-python-general-purpose-programming-language-comput-python-programming-language-symphony-solution-5b6ee0c863a5a1.6306397415339931604082.jpg">
<img alt="Image placeholder" style="width: 130%;" class="rounded-circle" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1200px-Python-logo-notext.svg.png">
<% } else if(docs.codeCategory.toLowerCase() === "bdfd") {%>
<img alt="Image placeholder" style="width: 130%;" class="rounded-circle" src="https://img.devsforum.net/tr/img/b1K4S9.png">
<% } else if(docs.codeCategory.toLowerCase() === "substructure") {%>
Expand Down

0 comments on commit 01c9404

Please sign in to comment.