From 3438454d2a974ce914c6081c8fe91186e459754a Mon Sep 17 00:00:00 2001
From: Mario
Date: Sun, 15 Jun 2025 01:33:05 -0400
Subject: [PATCH] Footer fix
---
.../mastodon/features/ui/components/link_footer.tsx | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/app/javascript/mastodon/features/ui/components/link_footer.tsx b/app/javascript/mastodon/features/ui/components/link_footer.tsx
index 2ff5a32c69..a70111fce6 100644
--- a/app/javascript/mastodon/features/ui/components/link_footer.tsx
+++ b/app/javascript/mastodon/features/ui/components/link_footer.tsx
@@ -51,11 +51,13 @@ export const LinkFooter: React.FC<{ multiColumn: boolean }> = ({ multiColumn })
-
-
- Made with ❤️
-
-
+
+
+
+
+ Made with ❤️
+
+
);
};