Skip to content

Commit

Permalink
Update questions page title (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed authored Feb 10, 2025
1 parent 7206092 commit 33bc3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/questions/[questionId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const QuestionPage: NextPage<QuestionPageProps> = ({ hasError, questionId, quest
return (
<>
<NextSeoWrapper
title={body}
title={t('quran-reader:q-and-a.explore_answers')}
image={getExploreAnswersOgImageUrl({
locale: lang,
})}
Expand Down

0 comments on commit 33bc3c3

Please sign in to comment.