Skip to content

Commit

Permalink
update title page
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwaits committed Oct 11, 2024
1 parent d8f39ae commit cbbf533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(docs)/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Page({ params }: { params: Param }): JSX.Element {
}

if (page.slugs[1].toLowerCase() === "rpc-api") {
prefix = "Stacks Node RPC";
prefix = "Stacks Node RPC API";
}

return prefix;
Expand Down

0 comments on commit cbbf533

Please sign in to comment.