Skip to content

Commit 704e160

Browse files
authored
chore: Update Playground title and Github link (#1081)
1 parent 8a478d0 commit 704e160

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.changeset/dry-ligers-end.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/onchainkit": patch
3+
---
4+
5+
-**chore**: Update Playground title and Github link. By @cpcramer #1081

playground/nextjs-app-router/app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import '@coinbase/onchainkit/styles.css';
77
const inter = Inter({ subsets: ['latin'] });
88

99
export const metadata: Metadata = {
10-
title: 'OnchainKit Demo',
10+
title: 'OnchainKit Playground',
1111
};
1212

1313
export default function RootLayout({

playground/nextjs-app-router/components/Demo.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Demo() {
2222
return (
2323
<>
2424
<div className="hidden min-w-120 w-1/4 flex-col border-r bg-background p-6 sm:flex">
25-
<div className="mb-12 text-lg font-semibold">OnchainKit Demo</div>
25+
<div className="mb-12 text-lg font-semibold">OnchainKit Playground</div>
2626
<form className="grid gap-8">
2727
<ActiveComponent />
2828
<WalletType />
@@ -32,8 +32,9 @@ function Demo() {
3232
<a
3333
target="_blank"
3434
className="hover:underline text-sm absolute bottom-6 left-6"
35-
href="https://github.com/ilikesymmetry/onchainkit-demo"
35+
href="https://github.com/coinbase/onchainkit/tree/main/playground"
3636
rel="noreferrer"
37+
title="View OnchainKit Playground on GitHub"
3738
>
3839
View Github
3940
</a>

0 commit comments

Comments
 (0)