Skip to content

Commit 89ee4c5

Browse files
committed
Prefer <img> for img.shields.io/github/stars/freeCodeCamp/devdocs.svg
1 parent 5bba247 commit 89ee4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/templates/pages/root_tmpl.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ app.templates.intro = `\
3939
<li>DevDocs works <a href="/offline">offline</a>, on mobile, and can be installed as web app.
4040
<li>For the latest news, follow <a href="https://twitter.com/DevDocs">@DevDocs</a>.
4141
<li>DevDocs is free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>.
42-
<object data="https://img.shields.io/github/stars/freeCodeCamp/devdocs.svg?style=social" type="image/svg+xml" aria-hidden="true" height="20"></object>
42+
<img src="https://img.shields.io/github/stars/freeCodeCamp/devdocs.svg?style=social" aria-hidden="true" height="20">
4343
<li>And if you're new to coding, check out <a href="https://www.freecodecamp.org/">freeCodeCamp's open source curriculum</a>.
4444
</ol>
4545
<p>Happy coding!

0 commit comments

Comments
 (0)