Skip to content

Commit

Permalink
improve title tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Apr 7, 2024
1 parent 27aec03 commit 49059f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_marketing+/explicacoes-de-programacao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Link } from '@remix-run/react'
import { type V2_MetaFunction } from '@remix-run/node'

export const meta: V2_MetaFunction = () => {
return [{ title: 'Explicações de Programação com André Casal' }]
return [{ title: 'Explicações de Programação' }]
}

const Tutoring = () => {
Expand Down

0 comments on commit 49059f8

Please sign in to comment.