diff --git a/src/components/Hack/DownloadsBadge.tsx b/src/components/Hack/DownloadsBadge.tsx
index 9a999a6..ba1c2da 100644
--- a/src/components/Hack/DownloadsBadge.tsx
+++ b/src/components/Hack/DownloadsBadge.tsx
@@ -1,7 +1,7 @@
"use client";
import React from "react";
-import { FaDownload } from "react-icons/fa6";
+import { ImDownload } from "react-icons/im";
import { formatCompactNumber } from "@/utils/format";
import type { DownloadEvent } from "@/types/util";
@@ -28,7 +28,7 @@ export default function DownloadsBadge({ slug, initialCount }: { slug: string; i
anim ? "scale-110 shadow-md font-bold" : ""
}`}
>
-
By {hack.author}
-{(() => {