Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ sass:
sass_dir: _sass
style: compressed
site-css:
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/crowdin-bootstrap-css.css"
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/crowdin-bootstrap-css.css"
- "/assets/css/styles.css"
site-js:
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/crowdin.js"
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/crowdin.js"
- "/assets/js/crowdin-init.js"
theme-switcher: true
theme-switcher-style: 'button'
Expand Down
2 changes: 1 addition & 1 deletion _data/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gamepad-helper:
shared-web:
name: LizardByte/shared-web
# renovate: datasource=npm depName=@lizardbyte/shared-web
version: '2026.811.210538'
version: '2026.812.190302'
url: https://github.com/LizardByte/shared-web/
license: AGPL-3.0
bootstrap:
Expand Down
2 changes: 1 addition & 1 deletion assets/js/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let container
let org_name = "LizardByte"
let base_url = `https://app.${org_name.toLowerCase()}.dev`
let cache_repo = "dashboard"
let shared_web_url = "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@v2026.726.204939"
let shared_web_url = "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302"


function onDocumentReady(callback) {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- /assets/img/banners/AdobeStock_306976163_1920x1280.jpg
- /assets/img/banners/AdobeStock_372471479_1920x1280.jpg
ext-js:
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/format-number.js"
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/ranking-sorter.js"
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/format-number.js"
- href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/ranking-sorter.js"
js:
- /assets/js/projects.js
---
Expand Down