This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4881c646c40 Fix mail list subscribe/unsubscribe links (#425)
4881c646c40 is described below

commit 4881c646c40da5be98f9d621a6313fe52cebd609
Author: Kiryl Valkovich <[email protected]>
AuthorDate: Mon Feb 20 03:53:18 2023 +0300

    Fix mail list subscribe/unsubscribe links (#425)
---
 .../CommunityPage/sections/discussions/DiscussionPlatforms.tsx    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/src/components/CommunityPage/sections/discussions/DiscussionPlatforms.tsx 
b/src/components/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
index 6af0f088879..1aeea9e1787 100644
--- a/src/components/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
+++ b/src/components/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
@@ -23,13 +23,13 @@ const DiscussionPlatforms: React.FC = () => {
         {
           id: "subscribe",
           text: "Subscribe",
-          href: "[email protected]",
+          href: "mailto:[email protected]";,
           type: "primary",
         },
         {
           id: "unsubscribe",
           text: "Unsubscribe",
-          href: "[email protected]",
+          href: "mailto:[email protected]";,
           type: "normal",
         },
       ],
@@ -55,13 +55,13 @@ const DiscussionPlatforms: React.FC = () => {
         {
           id: "subscribe",
           text: "Subscribe",
-          href: "[email protected]",
+          href: "mailto:[email protected]";,
           type: "primary",
         },
         {
           id: "unsubscribe",
           text: "Unsubscribe",
-          href: "[email protected]",
+          href: "mailto:[email protected]";,
           type: "normal",
         },
       ],

Reply via email to