From 10df97c54299bfdfd568c0681d180cc9c7058006 Mon Sep 17 00:00:00 2001
From: Renaud Chaput
Date: Thu, 19 Oct 2023 13:22:44 +0200
Subject: [PATCH] The `class` props should be `className` (#27462)
---
.../mastodon/features/ui/components/link_footer.jsx | 2 +-
.../mastodon/features/ui/components/navigation_panel.jsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/javascript/mastodon/features/ui/components/link_footer.jsx b/app/javascript/mastodon/features/ui/components/link_footer.jsx
index 9585df2ec4..6b1555243b 100644
--- a/app/javascript/mastodon/features/ui/components/link_footer.jsx
+++ b/app/javascript/mastodon/features/ui/components/link_footer.jsx
@@ -100,7 +100,7 @@ class LinkFooter extends PureComponent {
{DividingCircle}
{DividingCircle}
- v{version}
+ v{version}
);
diff --git a/app/javascript/mastodon/features/ui/components/navigation_panel.jsx b/app/javascript/mastodon/features/ui/components/navigation_panel.jsx
index 8006ca89a2..22eee79c0a 100644
--- a/app/javascript/mastodon/features/ui/components/navigation_panel.jsx
+++ b/app/javascript/mastodon/features/ui/components/navigation_panel.jsx
@@ -59,10 +59,10 @@ class NavigationPanel extends Component {
{transientSingleColumn ? (
-