From c2ef6ac35466f5e894ec7e507d59c6aa0b3e83f8 Mon Sep 17 00:00:00 2001
From: Mario
Date: Sun, 15 Jun 2025 01:22:32 -0400
Subject: [PATCH] Foter last
---
.../mastodon/features/ui/components/link_footer.tsx | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/app/javascript/mastodon/features/ui/components/link_footer.tsx b/app/javascript/mastodon/features/ui/components/link_footer.tsx
index f6f18e9a04..cbb0b70ec1 100644
--- a/app/javascript/mastodon/features/ui/components/link_footer.tsx
+++ b/app/javascript/mastodon/features/ui/components/link_footer.tsx
@@ -3,10 +3,8 @@ import { Link } from 'react-router-dom';
import {
domain,
- version,
source_url,
statusPageUrl,
- profile_directory as canProfileDirectory,
termsOfServiceEnabled,
} from 'mastodon/initial_state';
@@ -24,7 +22,7 @@ export const LinkFooter: React.FC<{ multiColumn: boolean }> = ({ multiColumn })
{statusPageUrl && (
<>
-
+
>
@@ -50,14 +48,13 @@ export const LinkFooter: React.FC<{ multiColumn: boolean }> = ({ multiColumn })
-
+
-
- v{version}
+ Made with ❤️
);