🪻 distributed transcription service thistle.dunkirk.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+1 -1
+1 -1
src/components/auth.ts
··· 508 508 this.showModal 509 509 ? html` 510 510 <div class="user-menu"> 511 - <a href="/transcribe" @click=${this.closeModal}>Transcribe</a> 511 + <a href="/classes" @click=${this.closeModal}>Classes</a> 512 512 <a href="/settings" @click=${this.closeModal}>Settings</a> 513 513 ${ 514 514 this.user.role === "admin"