Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Feb 2, 2024
1 parent 0287675 commit da2f22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/stats/ChartCardWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ export default function ChartCardWrapper({
{Object.entries(data).length > 5 && (
<Accordion type="single" collapsible className="w-full">
<AccordionItem value="item-1">
<AccordionTrigger>See All Languages</AccordionTrigger>
<AccordionTrigger>See All {title}</AccordionTrigger>
<AccordionContent>
<Table.Root>
<ScrollArea className="h-[15rem] w-full rounded-2xl border p-4">
<Table.Header>
<Table.Row>
<Table.ColumnHeaderCell>Language</Table.ColumnHeaderCell>
<Table.ColumnHeaderCell> {title}</Table.ColumnHeaderCell>
<Table.ColumnHeaderCell>Count</Table.ColumnHeaderCell>
</Table.Row>
</Table.Header>
Expand Down

1 comment on commit da2f22a

@vercel
Copy link

@vercel vercel bot commented on da2f22a Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.