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

lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new fb30b05b390 [Improve] Change announcement bar to add star (#346)
fb30b05b390 is described below

commit fb30b05b390b3eb3feef41bafc3d4e6ec7d086b4
Author: Jia Fan <[email protected]>
AuthorDate: Thu Nov 21 21:18:47 2024 +0800

    [Improve] Change announcement bar to add star (#346)
---
 docusaurus.config.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 0d95151a13b..bffc3f42745 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -107,7 +107,9 @@ const config = {
     },
     announcementBar: {
       id: "announcementBar", // Increment on change
-      content: `🤔 Have queries regarding Apache SeaTunnel, Join Slack channel 
to discuss them join <a target="_blank" rel="noopener noreferrer" 
href="https://s.apache.org/seatunnel-slack";>#SeaTunnel</a> channel! 🌟`,
+      content: `<a href="https://github.com/apache/seatunnel"; target="_blank" 
style="display: flex; width: 100%; align-items: center; justify-content: 
center; margin-left: 4px; text-decoration: none; ">⭐️ If you like Apache 
SeaTunnel, give it a star on GitHub 
+                <img style="width: 1.2rem; height: 1.2rem; margin-left: 
0.4rem;" src="/home/icons/github1.svg"> ⭐️
+                    </a>`,
       backgroundColor: "rgb(70, 125, 175, 0.8)",
       isCloseable: false,
     },

Reply via email to