diff --git a/src/components/about-pages/network-tabs.astro b/src/components/about-pages/network-tabs.astro new file mode 100644 index 00000000..f4f5c6c6 --- /dev/null +++ b/src/components/about-pages/network-tabs.astro @@ -0,0 +1,35 @@ +--- +import clsx from "clsx"; +const links = [ + { + title: "Network Capacity", + link: "/about/network-capacity/", + }, + { + title: "Akash Providers", + link: "/about/providers/", + }, +]; + +const pathname = Astro.url.pathname; +--- + +
- Filter By -
- - - -{ - onIsFilteringActiveClick(true); - onIsFilteringAuditedClick(false); - }} - className={`inline-flex cursor-pointer text-base font-medium hover:text-primary ${ - isFilteringActive ? "text-primary" : "text-para" - }`} - > - Active -
-{ - onIsFilteringAuditedClick(true); - onIsFilteringActiveClick(false); - }} - className={`inline-flex cursor-pointer text-base font-medium hover:text-primary ${ - isFilteringAudited ? "text-primary" : "text-para" - }`} - > - Audited -
-- Start Earning and join our community today! -
- - - - -No providers found
} + {currentPageProviders.length === 0 && ( +No providers found
+ )} -+ Explore the global network of compute providers and real-time capacity, + fueling decentralized deployments across the Akash Network. +
++ Explore the global network of compute providers and real-time capacity, + fueling decentralized deployments across the Akash Network. +
+- {page.data.description} -
- )} -+ {page.data.description} +
+ )} ++ {data?.description} +
+ +- {data?.description} -
- - -+ Here is the list of upcoming events +
+ +- Here is the list of upcoming events -
- - -