deckcreate-oldal-javitas #62

Merged
Donat merged 10 commits from deckcreate-oldal-javitas into main 2025-10-23 17:29:45 +02:00
Showing only changes of commit 00b13de70c - Show all commits
@@ -16,7 +16,7 @@ export default function DeckCreator() {
// Deck alapadatok
const [deck, setDeck] = useState({
id: null,
name: "Új Deck",
name: "Új Pakli",
type: "Question", // Question, Luck, Fun
privacy: "private", // private, public
description: "",
@@ -37,7 +37,7 @@ export default function DeckCreator() {
// Új deck
setDeck({
id: null,
name: "Új Deck",
name: "Új Pakli",
type: "Question",
privacy: "private",
description: "",