feat: Added lpt buzzwords
This commit is contained in:
parent
e1da756b5c
commit
7bdfdc2fb1
@ -1,8 +1,8 @@
|
||||
import BingoController from '../components/bingocontroller'
|
||||
|
||||
export default function Home(){
|
||||
const buzzwords = ["Ohne Frieden ist alles nichts", "KW muss die Wahlordnung nochmal erklären", "Die Pizza ist da", "Stefan pöbelt", "Mareike pöbelt zurück", "Jemand überzieht die Redezeit", "Machentanz knallt die Tür zu", "GO-Antrag zur Mittagspause", "GO-Antrag zum GO-Antrag", "Mehrere Für-/Gegenreden", "Rita Krüger redet", "Ins Mikrofon schreien"];
|
||||
const buzzwords = ["\"Ohne Frieden ist alles nichts\"", "Wahlordnung muss mehrfach erklärt werden", "Pizza ist da", "Stefan pöbelt", "Mareike pöbelt zurück", "Jemand überzieht die Redezeit", "Machentanz knallt die Tür zu", "GO-Antrag zur Pause", "GO-Antrag zum GO-Antrag", "Doppelte Für-/Gegenreden", "Rita Krüger redet zu Wagenknecht", "Ins Mikrofon schreien", "Karl-Marx-Zitate", "Rosa-Luxemburg-Zitate", "\"Es braucht die Linke\"", "\"In der Tradition von Rosa Luxemburg und Karl Liebknecht\"", "KW sagt \"Ruhe im Saal\""];
|
||||
return(
|
||||
<BingoController buzzwords={buzzwords} maxSize={3} />
|
||||
<BingoController buzzwords={buzzwords} maxSize={4} />
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user