feat: implement learning module page with AI-generated content and feedback workflow
All checks were successful
On Push to Main / test (push) Successful in 29s
On Push to Main / publish (push) Successful in 58s
On Push to Main / deploy-dev (push) Successful in 1m34s

This commit is contained in:
RaymondVerhoef
2026-05-17 17:53:09 +02:00
parent 5b37c04588
commit 5659ff6726
4 changed files with 6 additions and 78 deletions

View File

@@ -224,7 +224,6 @@ const Leren = () => {
<div className="flex flex-wrap justify-center gap-4">
<Button onClick={() => loadContent('article')}>Article</Button>
<Button onClick={() => loadContent('slides')}>Slides</Button>
<Button onClick={() => loadContent('podcast')}>Podcast</Button>
<Button onClick={() => loadContent('infographic')}>Infographic</Button>
</div>
</Card>