This commit is contained in:
2025-10-18 18:30:02 -03:00
parent 865cb12fbc
commit d45aa1d70e
4 changed files with 18 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ import { LockIcon } from 'lucide-react'
import type { Route } from './+types'
export function meta({}: Route.MetaArgs) {
return [{ title: 'Acesso negado' }]
return [{ title: 'Acesso negado · EDUSEG®' }]
}
export default function Deny({}: Route.ComponentProps) {