diff --git a/backend/.tmp/data.db b/backend/.tmp/data.db index b6eb74d..85a3f71 100644 Binary files a/backend/.tmp/data.db and b/backend/.tmp/data.db differ diff --git a/frontend/components/ArticlesList/Item/Bar/Bottom.vue b/frontend/components/ArticlesList/Item/Bar/Bottom.vue index 6cf60ee..9e2ad8d 100644 --- a/frontend/components/ArticlesList/Item/Bar/Bottom.vue +++ b/frontend/components/ArticlesList/Item/Bar/Bottom.vue @@ -26,7 +26,7 @@ const format = (num: number) => num > 10000 ? `${(num / 10000).toFixed(1)}w` : n