This commit is contained in:
2025-12-22 09:47:10 -03:00
parent f35253a8d4
commit a524666837
4 changed files with 19 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ import { SearchForm } from '@repo/ui/components/search-form'
import { useSearchParams } from 'react-router'
export function meta({}: Route.MetaArgs) {
return [{ title: 'Expore nossos cursos' }]
return [{ title: 'Explore nossos cursos' }]
}
export async function loader({ context }: Route.LoaderArgs) {