add hover card

This commit is contained in:
2025-12-23 14:47:55 -03:00
parent b20001ba38
commit 609861d8f8
6 changed files with 155 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ import { Bulk } from './bulk'
import type { Course } from '../_.$orgid.enrollments.add/data'
export function meta({}: Route.MetaArgs) {
return [{ title: '' }]
return [{ title: 'Comprar matrículas' }]
}
export async function loader({ params, context, request }: Route.LoaderArgs) {