diff --git a/contrib/aura-clock/src/main.js b/contrib/aura-clock/src/main.js index 06b9970121b052276d1d48f51c1b376dc3818688..443224ba49f617e1d356f776f07a1f10c87177c1 100644 --- a/contrib/aura-clock/src/main.js +++ b/contrib/aura-clock/src/main.js @@ -3,6 +3,9 @@ import StudioClock from './StudioClock.svelte'; const clock = new StudioClock({ target: document.body, props: { + stationName: "Radio Orange", + stationLogo: "https://o94.at/themes/custom/radio_orange/logo1.png", + stationLogoSize: "180px", apiUrl: 'http://localhost:3333/api/v1/' } });