File tree 3 files changed +9
-3
lines changed
playground/nextjs-app-router
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @coinbase/onchainkit " : patch
3
+ ---
4
+
5
+ -** chore** : Update Playground title and Github link. By @cpcramer #1081
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import '@coinbase/onchainkit/styles.css';
7
7
const inter = Inter ( { subsets : [ 'latin' ] } ) ;
8
8
9
9
export const metadata : Metadata = {
10
- title : 'OnchainKit Demo ' ,
10
+ title : 'OnchainKit Playground ' ,
11
11
} ;
12
12
13
13
export default function RootLayout ( {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function Demo() {
22
22
return (
23
23
< >
24
24
< 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 >
26
26
< form className = "grid gap-8" >
27
27
< ActiveComponent />
28
28
< WalletType />
@@ -32,8 +32,9 @@ function Demo() {
32
32
< a
33
33
target = "_blank"
34
34
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 "
36
36
rel = "noreferrer"
37
+ title = "View OnchainKit Playground on GitHub"
37
38
>
38
39
View Github
39
40
</ a >
You can’t perform that action at this time.
0 commit comments