diff --git a/src/components/typography/Link.tsx b/src/components/typography/Link.tsx
index 8b55a57..abc6b7d 100755
--- a/src/components/typography/Link.tsx
+++ b/src/components/typography/Link.tsx
@@ -51,7 +51,7 @@ export default function Link({
             : style
         }
         aria-disabled={disabled}
-        className="flex items-center"
+        className={classNames("flex items-center", className)}
         {...props}
       >
         {children}