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

Commit

Permalink
Correct titles
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Aug 3, 2023
1 parent db041c1 commit c35de51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/update-explorer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import UpdateExplorer from '../components/vue/update-explorer/Explorer.vue';
import Flex from "../layouts/Flex.astro";
---

<Flex title="grammY tools | Update Explorer">
<Flex title="Update Explorer">
<UpdateExplorer client:load />
</Flex>
2 changes: 1 addition & 1 deletion src/pages/webhook-utility.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import WebhookUtility from "../components/vue/webhook-utility/WebhookUtility.vue
import Flex from "../layouts/Flex.astro";
---

<Flex title="grammY tools | Webhook Utility">
<Flex title="Webhook Utility">
<WebhookUtility client:only />
</Flex>

0 comments on commit c35de51

Please sign in to comment.