adding flashcards!

This commit is contained in:
RezHackXYZ 2025-06-09 10:42:32 +05:30
parent 4b005cf05c
commit 23cd0056e0
No known key found for this signature in database
GPG key ID: C4C90E569C9669E2
3 changed files with 10 additions and 0 deletions

View file

@ -28,5 +28,11 @@
"description": "The perfect idle screen with the timetable, time and date!",
"link": "/IdleScreen",
"icon": "nf-cod-table"
},
{
"name": "Flashcards",
"description": "A simple flashcard app to help you learn new things.",
"link": "/flashcards",
"icon": "nf-md-card_multiple"
}
]

View file

View file

@ -49,6 +49,10 @@
title: "Time Table",
conformOnBack: null,
},
"/flashcards": {
title: "Flashcards",
conformOnBack: null,
},
};
import { OpenTab } from "./wordle/InfoAndSetings/main.svelte";