Skip to content

Commit 77fd0c2

Browse files
fix(metadata): update urls (#182)
1 parent 36c1d1d commit 77fd0c2

File tree

4 files changed

+6
-226
lines changed

4 files changed

+6
-226
lines changed

dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h4 class="card-title mb-3 fw-bolder">Social</h4>
215215
>
216216
<img class="m-3 crowdin-ignore"
217217
alt="Discord"
218-
src="https://img.shields.io/badge/dynamic/json?labelColor=5865F2&color=5865F2&logoColor=ffffff&label=Discord&style=for-the-badge&query=approximate_member_count&url=https%3A%2F%2Fapp.lizardbyte.dev%2Funo%2Fdiscord%2Finvite.json&logo=discord"
218+
src="https://img.shields.io/badge/dynamic/json?labelColor=5865F2&color=5865F2&logoColor=ffffff&label=Discord&style=for-the-badge&query=approximate_member_count&url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Fdiscord%2Finvite.json&logo=discord"
219219
>
220220
</a>
221221
<a
@@ -224,7 +224,7 @@ <h4 class="card-title mb-3 fw-bolder">Social</h4>
224224
target="_blank">
225225
<img class="m-3 crowdin-ignore"
226226
alt="Facebook"
227-
src="https://img.shields.io/badge/dynamic/json?labelColor=1877F2&color=1877F2&&logoColor=ffffff&label=Facebook&style=for-the-badge&query=data.0.values.0.value&url=https%3A%2F%2Fapp.lizardbyte.dev%2Funo%2Ffacebook%2Fpage.json&logo=facebook"
227+
src="https://img.shields.io/badge/dynamic/json?labelColor=1877F2&color=1877F2&&logoColor=ffffff&label=Facebook&style=for-the-badge&query=data.0.values.0.value&url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Ffacebook%2Fpage.json&logo=facebook"
228228
>
229229
</a>
230230
<a
@@ -296,7 +296,7 @@ <h4 class="card-title mb-3 fw-bolder">Donate</h4>
296296
target="_blank">
297297
<img class="m-3 crowdin-ignore"
298298
alt="Patreon"
299-
src="https://img.shields.io/badge/dynamic/json?color=green&label=Patreon&style=for-the-badge&query=patron_count&url=https%3A%2F%2Fapp.lizardbyte.dev%2Funo%2Fpatreon%2FLizardByte.json&logo=patreon"
299+
src="https://img.shields.io/badge/dynamic/json?color=green&label=Patreon&style=for-the-badge&query=patron_count&url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Fpatreon%2FLizardByte.json&logo=patreon"
300300
>
301301
</a>
302302
<a

dist/js/dev_dashboard.js

Lines changed: 0 additions & 220 deletions
This file was deleted.

dist/js/projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $.getScript('https://app.lizardbyte.dev/js/ranking_sorter.js')
88
container = document.getElementById("project-container")
99
let org_name = "LizardByte"
1010
let base_url = `https://app.${org_name.toLowerCase()}.dev`
11-
let cache_repo = "uno"
11+
let cache_repo = "dashboard"
1212

1313

1414
$(document).ready(function(){
@@ -171,7 +171,7 @@ $(document).ready(function(){
171171

172172
let language_icon = document.createElement("img")
173173
language_icon.className = "language-logo crowdin-ignore"
174-
language_icon.src = `${base_url}/${cache_repo}/language-icons/${language_file}`
174+
language_icon.src = `${base_url}/uno/language-icons/${language_file}`
175175
language_icon.alt = language
176176
language_icon.title = language
177177
language_data_row.append(language_icon)

dist/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h4 class="card-title mb-3 fw-bolder crowdin-ignore">Discord</h4>
122122
</p>
123123
<img class="m-3"
124124
alt="Discord"
125-
src="https://img.shields.io/badge/dynamic/json?labelColor=5865F2&color=5865F2&logoColor=ffffff&label=Discord&style=for-the-badge&query=approximate_member_count&url=https%3A%2F%2Fapp.lizardbyte.dev%2Funo%2Fdiscord%2Finvite.json&logo=discord"
125+
src="https://img.shields.io/badge/dynamic/json?labelColor=5865F2&color=5865F2&logoColor=ffffff&label=Discord&style=for-the-badge&query=approximate_member_count&url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Fdiscord%2Finvite.json&logo=discord"
126126
>
127127
</div>
128128
</div>

0 commit comments

Comments
 (0)