Skip to content

Commit 9faa75a

Browse files
authored
feat(playground): UI update (ckb-devrel#323)
* feat(playground): UI update * feat(playground): blink animation * docs(playground): update docs theme * fix: opengraph
1 parent ea678f8 commit 9faa75a

File tree

28 files changed

+499
-225
lines changed

28 files changed

+499
-225
lines changed

assets/logo.svg

Lines changed: 10 additions & 9 deletions
Loading

assets/logoAndText.svg

Lines changed: 7 additions & 7 deletions
Loading

assets/opengraph.png

385 KB
Loading

assets/opengraph.svg

Lines changed: 125 additions & 0 deletions
Loading

assets/preview.png

148 KB
Loading

packages/demo/public/background/0.svg

Lines changed: 4 additions & 4 deletions
Loading

packages/demo/public/background/2.svg

Lines changed: 5 additions & 5 deletions
Loading

packages/demo/public/favicon.svg

Lines changed: 14 additions & 13 deletions
Loading

packages/demo/public/opengraph.png

10 KB
Loading

packages/demo/src/app/layout.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ const inter = Inter({ subsets: ["latin"] });
99
export const metadata: Metadata = {
1010
title: "CCC App",
1111
description: "An app based on the CCC library",
12-
icons: "/favicon.svg",
12+
icons:
13+
"https://raw.githubusercontent.com/ckb-devrel/ccc/refs/heads/master/assets/logo.svg",
1314
openGraph: {
1415
title: "CCC App",
1516
description: "An app based on the CCC library",
16-
images: "/opengraph.png",
17+
images:
18+
"https://raw.githubusercontent.com/ckb-devrel/ccc/refs/heads/master/assets/opengraph.png",
1719
},
1820
};
1921

0 commit comments

Comments
 (0)