From 4ae40268e9fc8280ffc9edd9a9e81dab7c87b8b0 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 19 Apr 2023 12:28:12 +0800 Subject: [PATCH] social-button --- themes/hexo/components/SocialButton.js | 4 ++-- themes/matery/components/SocialButton.js | 4 ++-- themes/medium/components/SocialButton.js | 4 ++-- themes/simple/components/SocialButton.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/hexo/components/SocialButton.js b/themes/hexo/components/SocialButton.js index 84bc85b2..1b199e7b 100644 --- a/themes/hexo/components/SocialButton.js +++ b/themes/hexo/components/SocialButton.js @@ -27,9 +27,9 @@ const SocialButton = () => { {BLOG.CONTACT_EMAIL && } - + {BLOG.ENABLE_RSS && - + } } diff --git a/themes/matery/components/SocialButton.js b/themes/matery/components/SocialButton.js index 84bc85b2..1b199e7b 100644 --- a/themes/matery/components/SocialButton.js +++ b/themes/matery/components/SocialButton.js @@ -27,9 +27,9 @@ const SocialButton = () => { {BLOG.CONTACT_EMAIL && } - + {BLOG.ENABLE_RSS && - + } } diff --git a/themes/medium/components/SocialButton.js b/themes/medium/components/SocialButton.js index 361d7470..041c0f7a 100644 --- a/themes/medium/components/SocialButton.js +++ b/themes/medium/components/SocialButton.js @@ -26,9 +26,9 @@ const SocialButton = () => { {BLOG.CONTACT_EMAIL && } - + {BLOG.ENABLE_RSS && - + } } export default SocialButton diff --git a/themes/simple/components/SocialButton.js b/themes/simple/components/SocialButton.js index b60e7a50..c8e8c45d 100644 --- a/themes/simple/components/SocialButton.js +++ b/themes/simple/components/SocialButton.js @@ -27,9 +27,9 @@ const SocialButton = () => { {BLOG.CONTACT_EMAIL && } - + {BLOG.ENABLE_RSS && - + } }