Skip to content

Commit 0246597

Browse files
fix case
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9d0ce3f commit 0246597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/packages/+page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function load({ data, url }) {
1010
{
1111
get url() {
1212
const ogUrl = new URL("og", url.origin);
13-
ogUrl.searchParams.set("title", "All packages");
13+
ogUrl.searchParams.set("title", "All Packages");
1414
return ogUrl.href;
1515
}
1616
}

0 commit comments

Comments
 (0)