Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
DilemmaGX committed Dec 11, 2023
1 parent cee2412 commit 38b9696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<div style="max-width: 600px; margin: auto; margin-top: 50px;">
<div align="middle">
<h1>Static Badge Maker</h1>
<a href="http://github.com/dilemmaGX/shields-maker"><img alt="GitHub License"
src="https://img.shields.io/github/license/DilemmaGX/shields-maker"></a>
<br>
<a href="http://github.com/dilemmaGX"><img src="https://img.shields.io/badge/Author-DilemmaGX-0059ff"
alt="Author - DilemmaGX"></a>
<a href="http://github.com/dilemmaGX/shields-maker"><img
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function g_md(left = "", right, color = "default", style = "flat", logo = "", lo
return md;
}

function g_ad(left = "", right, color = "default", style = "flat", logo = "", logoColor = "default", link){
function g_ad(left = "", right, color = "default", style = "flat", logo = "", logoColor = "default", link) {
var url = g_url(left, right, color, style, logo, logoColor);
var ad;
if (link !== "") {
Expand Down

0 comments on commit 38b9696

Please sign in to comment.