Skip to content

Commit

Permalink
fixes search title on page
Browse files Browse the repository at this point in the history
  • Loading branch information
jackf723 committed Dec 2, 2023
1 parent 38cc45b commit 320da19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[lang]/[platform]/search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const search = await index.search(query, {

<html lang={lang}>
<head>
<title>{t("search.resultsHeading")} - Remote Incident Manager</title>
<title>{t("search.resultsHeading")} - Scribe for Meetings Documentation</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
</head>
Expand Down

0 comments on commit 320da19

Please sign in to comment.