From 70203c5df68f54c72283761338d79c70e5e469d1 Mon Sep 17 00:00:00 2001 From: bitbeckers Date: Thu, 14 Nov 2024 16:13:16 +0700 Subject: [PATCH] feat(board): add hyperboard --- app/hyperboard/page.tsx | 24 ++++++++++++++++++++++++ components/global/nav-links.tsx | 7 ++++++- components/global/nav-menu.tsx | 4 ++-- components/hyperboard.tsx | 23 +++++++++++++++++++++++ 4 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 app/hyperboard/page.tsx create mode 100644 components/hyperboard.tsx diff --git a/app/hyperboard/page.tsx b/app/hyperboard/page.tsx new file mode 100644 index 0000000..72e159b --- /dev/null +++ b/app/hyperboard/page.tsx @@ -0,0 +1,24 @@ +import { Hyperboard } from "@/components/hyperboard"; +import { hyperboardId } from "@/config/hypercert"; + +const HyperboardPage = () => { + return ( +
+
+

+ Render your collection as a hyperboard. +

+

+ A hyperboard provides a visual representation of your collection. This + empowers your application with an intuitive representation of shared + ownership of collections of hypercerts. +

+
+
+ +
+
+ ); +}; + +export default HyperboardPage; diff --git a/components/global/nav-links.tsx b/components/global/nav-links.tsx index 9d0f252..5e94b97 100644 --- a/components/global/nav-links.tsx +++ b/components/global/nav-links.tsx @@ -40,7 +40,7 @@ const NavLinks = () => { return (