Changeset 63edb0d in Klonkt for src/routes/hub.js
- Timestamp:
- 06/16/2026 01:08:28 AM (3 months ago)
- Branches:
- main
- Children:
- 0b7ebbf
- Parents:
- af5407f
- File:
-
- 1 edited
-
src/routes/hub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/hub.js
raf5407f r63edb0d 71 71 intro: getSetting('hub_intro') || '', 72 72 heroImage: getSetting('hub_hero_image') || '', 73 heroOverlay: (() => { const v = parseInt(getSetting('hub_hero_overlay'), 10); return Number.isFinite(v) ? Math.max(0, Math.min(100, v)) : 45; })(), 73 74 }; 74 75
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)