diff --git a/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md b/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md
index 593b45d..b2efd51 100644
--- a/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md
+++ b/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md
@@ -26,11 +26,11 @@ marimo is an open-source reactive notebook for Python — reproducible, git-frie
Let's dive into the tools I built using marimo:
-- [**Working Day Calculator**](https://tool.oreo.life/workcalc/): parses official holiday announcements from the General Office of the State Council and generates data for annual public holidays and compensatory working days in China.
+- [**Working Day Calculator**](https://tool.oreo.life/workcalc/): calculates dates before or after a specified number of working days, taking into account official public holidays and compensatory working days in China.
-- [**Holiday Announcement Parser**](https://tool.oreo.life/holiparse/): calculates dates before or after a specified number of working days, taking into account official public holidays and compensatory working days in China.
+- [**Holiday Announcement Parser**](https://tool.oreo.life/holiparse/): parses official holiday announcements from the General Office of the State Council and generates data for annual public holidays and compensatory working days in China.