From e8ff58dc422af9c48cfc1bc8e62cf0c3ce374c3f Mon Sep 17 00:00:00 2001 From: Mujeebullah Kalwar Date: Thu, 13 Jul 2023 15:22:15 +0500 Subject: [PATCH] Changed Style to Flat Square --- en/assets/custom3.js | 2 +- zh-CN/assets/custom3.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/assets/custom3.js b/en/assets/custom3.js index 494a7cb..a0f37aa 100644 --- a/en/assets/custom3.js +++ b/en/assets/custom3.js @@ -115,7 +115,7 @@ var initAll = function () { ele.setAttribute("align","center"); var count = document.createElement("img") // count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path); - count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat&path=practice/en/" + path); + count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat-square&path=practice/en/" + path); ele.appendChild(count); var divider =document.createElement("hr") diff --git a/zh-CN/assets/custom3.js b/zh-CN/assets/custom3.js index 494a7cb..a0f37aa 100644 --- a/zh-CN/assets/custom3.js +++ b/zh-CN/assets/custom3.js @@ -115,7 +115,7 @@ var initAll = function () { ele.setAttribute("align","center"); var count = document.createElement("img") // count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path); - count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat&path=practice/en/" + path); + count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat-square&path=practice/en/" + path); ele.appendChild(count); var divider =document.createElement("hr")