Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Dec 31, 2022
1 parent d52e8cf commit cb237a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkRetentionHeatmap.vue
Expand Up @@ -72,7 +72,7 @@ async function renderChart() {
const wide = rootEl.offsetWidth > 600;
const narrow = rootEl.offsetWidth < 400;
const maxDays = wide ? 20 : narrow ? 10 : 15;
const maxDays = wide ? 20 : narrow ? 7 : 14;
const raw = await os.api('retention', { });
Expand Down

0 comments on commit cb237a0

Please sign in to comment.