File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,10 @@ export default function ShowsCard({}: Readonly<Props>) {
108108 </ InfoField >
109109 </ div >
110110 < div className = "grid grid-cols-1 gap-3 p-3 md:grid-cols-2" >
111- < Button href = { show . tickets . live } >
111+ < Button
112+ href = { show . tickets . live || "" }
113+ disabled = { show . tickets . live === undefined }
114+ >
112115 < Ticket />
113116 Kjøp billetter
114117 </ Button >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const SHOWS: Show[] = [
3232 } ,
3333 {
3434 name : "Siste forestilling" ,
35- when : new Date ( "2026-02-13T20:30 :00+0100" ) ,
35+ when : new Date ( "2026-02-13T20:00 :00+0100" ) ,
3636 where : {
3737 name : "Verkstedshallen" ,
3838 mapLink : "https://maps.app.goo.gl/b8GwxaeLmXmZwPm66" ,
You can’t perform that action at this time.
0 commit comments