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

twice pushed a commit to branch twice/zulip-1
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/twice/zulip-1 by this push:
     new 40ccb00  replace slack with zulip
40ccb00 is described below

commit 40ccb00163ad90b450fd3729d0787f9c50b017b1
Author: PragmaTwice <[email protected]>
AuthorDate: Fri Oct 11 19:34:29 2024 +0800

    replace slack with zulip
---
 src/css/custom.css  | 6 +++---
 src/pages/index.tsx | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/css/custom.css b/src/css/custom.css
index 38a50a5..0d54b9e 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -41,15 +41,15 @@
     no-repeat;
 }
 
-.header-slack-link:hover {
+.header-zulip-link:hover {
   opacity: 0.6;
 }
 
-.header-slack-link::before {
+.header-zulip-link::before {
   content: '';
   width: 24px;
   height: 24px;
   display: flex;
-  background: 
url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m21.902.148c-3.299%200-5.973%202.68-5.973%205.985a5.979%205.979%200%200%200%205.973%205.985h5.974v-5.985a5.98%205.98%200%200%200%20-5.974-5.985m0%2015.96h-15.929c-3.299%200-5.973%202.68-5.973%205.986%200%203.305%202.674%205.985%205.973%205.985h15.93c3.298%200%205.973-2.68%205.973-5.985%200-3.306-2.675-5.986-5.974-5.986%22%20f
 [...]
+  background: 
url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NzMuMTIgNzczLjEyIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM1MGFkZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3ODc3ZmMiLz48L2xpbmVhckdyYWRpZW50PjxjaXJjbGUgY3g9IjM4Ni41NiIgY3k9IjM4Ni41NiIgcj0iMzg2LjU2IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTU2Ni42NiA1MjcuMjVjMCAzMy4wMy0yNC4yMyA2MC4wNS01My44NCA2MC4wNUgyNjAuMjl
 [...]
     no-repeat;
 }
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 0c76860..d09d69c 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -33,9 +33,9 @@ function HomepageHeader() {
           </Link>
           <Link
               className="button button--secondary button--lg"
-              
to="https://kvrocks.slack.com/join/shared_invite/zt-p5928e3r-OUAK8SUgC8GOceGM6dAz6w#/shared-invite/email";>
-            <div className='header-slack-link' 
style={{marginRight:'10px'}}></div>
-            SLACK
+              to="https://kvrocks.zulipchat.com/";>
+            <div className='header-zulip-link' 
style={{marginRight:'10px'}}></div>
+            ZULIP
           </Link>
         </div>
       </header>

Reply via email to