From 8a479d77a5e726da0410d90aeffe7801c9e6338a Mon Sep 17 00:00:00 2001 From: Igor <35524806+igorschoester@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:31:34 +0100 Subject: [PATCH] Fix support page RTL --- packages/js/src/support/app.js | 10 +++++----- packages/js/src/support/components/resource-card.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/js/src/support/app.js b/packages/js/src/support/app.js index 32e18b7ef7b..dfdb72cf9ae 100644 --- a/packages/js/src/support/app.js +++ b/packages/js/src/support/app.js @@ -83,7 +83,7 @@ export const App = () => { return (
-
+
@@ -113,7 +113,7 @@ export const App = () => { target="_blank" > { title } - + @@ -210,7 +210,7 @@ export const App = () => { { ...premiumUpsellConfig } >
-
+

{ __( "Our support team is here to answer any questions you may have. Fill out the (pop-up) contact form, and we'll get back to you as soon as possible!", "wordpress-seo" ) }

{ { ! isPremium && -
+
- + );