mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-15 18:35:55 -07:00
feat: v0.0.3
This commit is contained in:
parent
7ff317756f
commit
3250a4ec3f
21 changed files with 322 additions and 374 deletions
|
|
@ -31,7 +31,7 @@ export default function PeriodSelector({ setter, current, disableCache = false }
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className="flex gap-2">
|
||||
<div className="flex gap-2 grow-0 text-sm sm:text-[16px]">
|
||||
<p>Showing stats for:</p>
|
||||
{periods.map((p, i) => (
|
||||
<div key={`period_setter_${p}`}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue