diff --git a/components/BuyMeACoffee.tsx b/components/BuyMeACoffee.tsx
index a7a6547..3094026 100644
--- a/components/BuyMeACoffee.tsx
+++ b/components/BuyMeACoffee.tsx
@@ -6,7 +6,11 @@ type BuyMeACoffeeProps = {
export default function BuyMeACoffee({ className = '' }: BuyMeACoffeeProps) {
return (
-
+
);