Initial React project

This commit is contained in:
Johan
2026-03-08 16:41:02 +01:00
parent adf5491fdc
commit f983a9a132
7 changed files with 24 additions and 25 deletions

View File

@@ -13,7 +13,6 @@ import {
Mic,
MoreHorizontal,
PauseCircle,
Play,
PlayCircle,
Radio,
StopCircle,
@@ -463,9 +462,7 @@ export function SimulatorPage({ onLogout, onNavigate, onOpenEvaluation, onToggle
>
Se evaluering <ArrowRight size={14} strokeWidth={1.8} />
</button>
) : (
<button type="button" className="sim-link-btn">Fortsæt <Play size={14} strokeWidth={1.8} /></button>
)}
) : null}
</div>
</article>
))}