diff --git a/app/(root)/downloads/page.tsx b/app/(root)/downloads/page.tsx
index 9fff30c..ab12ab6 100644
--- a/app/(root)/downloads/page.tsx
+++ b/app/(root)/downloads/page.tsx
@@ -1,4 +1,4 @@
-import { Button } from "@/components/ui/button";
+import { Button, buttonVariants } from "@/components/ui/button";
import {
Table,
TableBody,
@@ -81,11 +81,13 @@ const DownloadPage = async () => {
{download.fileSize}
{download.downloadLink ? (
-
-
+
+
+ Download
) : (