···1818export default function Side({
1919 guildId,
2020 design,
2121- pagination
2121+ pagination,
2222+ currentCircular
2223}: {
2324 guildId: string;
2425 design: ApiV1GuildsModulesLeaderboardGetResponse;
2526 pagination: ApiV1GuildsTopmembersPaginationGetResponse;
2727+ currentCircular: "next" | "server" | undefined;
2628}) {
2729 const web = webStore((w) => w);
2830 const router = useRouter();
···8183 classNames={{ content: "mb-2" }}
8284 >
8385 Users are sorted from most to least active for each category, updates once per minute.
8686+ <br />
8787+ <br />
8888+ The percentage {currentCircular !== "server" ? "indicates the gap in messages needed to surpass the next user" : "reflects the contribution of server activity from that user"}.
8489 </AccordionItem>
85908691 <AccordionItem