From d9bb750533f0603996cf178a9f716927445c1cec Mon Sep 17 00:00:00 2001 From: daoleno Date: Mon, 25 Dec 2023 23:08:15 +0800 Subject: [PATCH] feat: add name and publications headers to top-apps chart, update telegram link --- dashboard/components/charts/top-apps.tsx | 4 ++++ dashboard/components/top-profiles.tsx | 2 +- dashboard/config/site.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dashboard/components/charts/top-apps.tsx b/dashboard/components/charts/top-apps.tsx index 7ef59e5..795fc6c 100644 --- a/dashboard/components/charts/top-apps.tsx +++ b/dashboard/components/charts/top-apps.tsx @@ -24,6 +24,10 @@ export default function TopApps({ className }: TopAppsProps) { setRange={setRange} className={className} > +
+ Name + Publications +
) diff --git a/dashboard/components/top-profiles.tsx b/dashboard/components/top-profiles.tsx index b4a528f..3a02676 100644 --- a/dashboard/components/top-profiles.tsx +++ b/dashboard/components/top-profiles.tsx @@ -7,7 +7,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "./ui/card" import { ScrollArea, ScrollBar } from "./ui/scroll-area" export default async function TopProfiles() { - const topProfiles = await getTopProfiles("ALL") + const topProfiles = await getTopProfiles("1D") return ( diff --git a/dashboard/config/site.ts b/dashboard/config/site.ts index 959f73b..87c5b1c 100644 --- a/dashboard/config/site.ts +++ b/dashboard/config/site.ts @@ -7,7 +7,7 @@ export const siteConfig = { links: { twitter: "https://twitter.com/dao_leno", lenster: "https://lenster.xyz/u/daoleno", - telegram: "https://t.me/+Zq8XF9cI6GhkMTNl", + telegram: "https://t.me/lenscan", github: "https://github.com/daoleno/lenscan", }, }