···77 - You may not use this work except in compliance with the Licence.
88 - You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
99 -
1010- - AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED
1010+ - AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED
1111 - under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work.
1212 - See LICENSE file in the repository root for full details.
1313 -
+2-2
server/src/lumina_server.gleam
···221221 "text/css; charset=utf-8",
222222 )
223223 let icon_png = builtin_file(assets <> "/static/logo.png", "image/png")
224224- let icon_svg = builtin_file(assets <> "/static/logo.svg", "image/svg")
224224+ let icon_svg = builtin_file(assets <> "/static/logo.svg", "image/svg+xml")
225225 fn(route: StaticRoute) {
226226 case route {
227227 RouteForIndex -> index
···285285 #(state, selector)
286286 },
287287 handler: client_communication_handler,
288288- on_close: fn(_conn, _state) { todo as "On close not yet written." },
288288+ on_close: fn(_conn, _state) { Nil },
289289 )
290290 }
291291 _ -> {