From 7d66e0ada2fdfeec78719d3a2cb6cdbfbf75d339 Mon Sep 17 00:00:00 2001 From: mattyrob Date: Thu, 19 Oct 2023 16:43:25 +0100 Subject: [PATCH] Dev chat changes --- src/wp-admin/about.php | 6 +++--- src/wp-admin/css/about.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 78ca823de7..69dc75afb9 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -81,7 +81,7 @@

join our Zulip group or our community forum.' ), 'https://classicpress.zulipchat.com/register/', 'https://forums.classicpress.net/c/support' @@ -93,7 +93,7 @@ printf( /* translators: 1: link to ClassicPress FAQs page, 2: link to ClassicPress support forum */ __( 'If you need help with something else, please see our FAQs page. If your question is not answered there, you can make a new post on our support forum.' ), - 'https://docs.classicpress.net/faq-support/', + 'https://www.classicpress.net/faq/', 'https://forums.classicpress.net/c/support/' ); ?> @@ -102,7 +102,7 @@ on GitHub. For specific bug reports or technical suggestions, see the issues list and add your report if it is not already present.' ), + __( 'ClassicPress is developed on GitHub. For specific bug reports or technical suggestions, see the issues list and add your report if it is not already present.' ), 'https://github.com/ClassicPress/ClassicPress', 'https://github.com/ClassicPress/ClassicPress/issues' ); diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 9be6afd83f..d270a13567 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -1015,7 +1015,7 @@ .wp-badge { background: #0073aa url(../images/cp-logo-white.png?ver=202303) no-repeat; - background-position: center 25px; + background-position: center; background-size: 80px 80px; color: #fff; font-size: 14px;