Skip to content

Commit db78502

Browse files
quick fix, this should be made global somehow (#2879)
1 parent 0136860 commit db78502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sandbox/_data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const SidebarNav = [
8383
href: "/deploy/",
8484
},
8585
{
86-
title: "Sandbox",
86+
title: "Deno Sandbox",
8787
href: "/sandbox/",
8888
},
8989
{

subhosting/_data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const SidebarNav = [
5353
href: "/deploy/",
5454
},
5555
{
56-
title: "Sandbox",
56+
title: "Deno Sandbox",
5757
href: "/sandbox/",
5858
},
5959
{

0 commit comments

Comments
 (0)