diff --git a/src/app/(modules)/wds/page.tsx b/src/app/(modules)/wds/page.tsx
index 4571891..09291a1 100644
--- a/src/app/(modules)/wds/page.tsx
+++ b/src/app/(modules)/wds/page.tsx
@@ -17,6 +17,7 @@ import {
WifiOff,
Activity,
Play,
+ Download,
} from "lucide-react";
import { Button } from "@/shared/components/ui/button";
import { Input } from "@/shared/components/ui/input";
@@ -253,19 +254,33 @@ export default function WeekendDeepSyncPage() {
)}
{syncStatus !== "running" && (
-
+ <>
+
+
+ >
)}