Skip to content

Commit

Permalink
feat: add name and publications headers to top-apps chart, update tel…
Browse files Browse the repository at this point in the history
…egram link
  • Loading branch information
daoleno committed Dec 25, 2023
1 parent bac7942 commit d9bb750
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dashboard/components/charts/top-apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export default function TopApps({ className }: TopAppsProps) {
setRange={setRange}
className={className}
>
<div className="mb-3 flex flex-row justify-between text-sm font-semibold text-muted-foreground">
<span>Name</span>
<span>Publications</span>
</div>
<BarList data={data} showAnimation />
</ChartCard>
)
Expand Down
2 changes: 1 addition & 1 deletion dashboard/components/top-profiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Card>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
Expand Down

0 comments on commit d9bb750

Please sign in to comment.