Skip to content

Commit f325b37

Browse files
authored
Uncomment Hospodský Bordel entry in bands data
1 parent 10c9cc9 commit f325b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/bands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ export const bands: (BandType & { visibleFrom: Date })[] = [
2626
title: 'Kojo',
2727
visibleFrom: new Date('2026-03-30T18:00:00'),
2828
}, */
29-
/* {
29+
{
3030
img: hospodsky_bordel,
3131
title: 'Hospodský Bordel',
3232
visibleFrom: new Date('2026-03-24T18:00:00'),
33-
}, */
33+
},
3434
{
3535
img: dukla,
3636
title: 'Dukla',

0 commit comments

Comments
 (0)