Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Aug 3, 2023
1 parent d6609d6 commit 74e8be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/filter-query-browser.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import Layout from "../layouts/Layout.astro";
import FilterQueryBrowser from "../components/react/filter_query_browser/FilterQueryBrowser";
---

<Layout title="Filter Query Browser">
<Layout title="grammY tools | Filter Query Browser">
<FilterQueryBrowser client:idle />
</Layout>
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Layout from "../layouts/Layout.astro";
---

<Layout>
<Layout title="grammY tools">
<main class="mx-auto flex w-full max-w-[calc(640px+2rem)] flex-col">
{[
["/update-explorer", "Update Explorer"],
Expand Down

0 comments on commit 74e8be8

Please sign in to comment.