🪻 distributed transcription service thistle.dunkirk.sh

feat: replace transcribe link with classes in auth menu

Updated the auth component user menu to link to /classes instead of
/transcribe, aligning with the new class-based workflow.

💘 Generated with Crush

Co-Authored-By: Crush <crush@charm.land>

dunkirk.sh 7547685e ce4e5712

verified
Changed files
+1 -1
src
components
+1 -1
src/components/auth.ts
···
this.showModal
? html`
<div class="user-menu">
-
<a href="/transcribe" @click=${this.closeModal}>Transcribe</a>
+
<a href="/classes" @click=${this.closeModal}>Classes</a>
<a href="/settings" @click=${this.closeModal}>Settings</a>
${
this.user.role === "admin"