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 0a5cd9b..593b45d 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
@@ -28,15 +28,15 @@ 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.
-
+
- [**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.
-
+
- **Automatic Release Scheduler**: streamlines the product release process by automatically scheduling tasks based on a given release date.
-
+
## From idea to implementation