Skip to content

Commit 80debc7

Browse files
committed
ok
1 parent 8b67154 commit 80debc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/userLookup.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,10 @@ const UserPlaytime = (props: { id: number }) => {
584584
<LinkColor onClick={() => getRecentPlaytime(90)}>
585585
Last 90 Days
586586
</LinkColor>
587+
|{" "}
588+
<LinkColor onClick={() => getRecentPlaytime(180)}>
589+
Last 6 Months
590+
</LinkColor>
587591
</div>
588592
<div className="flex flex-col gap-2 mt-2">
589593
<div className="underline">

0 commit comments

Comments
 (0)