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

zakwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8aeaadd  [feat]-rename to inlong
8aeaadd is described below

commit 8aeaadd09819cc2641f3300d9f3d2a9109287123
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 12:49:38 2021 +0800

    [feat]-rename to inlong
---
 src/pages/home/index.jsx  | 2 +-
 src/pages/home/index.scss | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index bd6ed13..a5dd546 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -46,7 +46,7 @@ class Home extends Language {
             language={language}
             onLanguageChange={this.onLanguageChange}
           />
-          <div>Apache tubeMq has been renamed to Apache inlong, the homepage 
will updete soon!</div>
+          <div className="show-tips">Apache tubeMq has been renamed to Apache 
inlong, the homepage will updete soon!</div>
           <div className="vertical-middle">
             <div className="product-name">
               <div className="brandname">{dataSource.brand.brandName}</div>
diff --git a/src/pages/home/index.scss b/src/pages/home/index.scss
index 50e8f82..6ffba56 100644
--- a/src/pages/home/index.scss
+++ b/src/pages/home/index.scss
@@ -2,6 +2,15 @@
 @import '../../reset.scss';
 
 .home-page {
+  .show-tips {
+    width: 100%;
+    background: rgba(255,255,0,0.5);
+    height: 30px;
+    text-align: center;
+    font-size: 18px;
+    top: 67px;
+    position: absolute;
+  }
   .top-section {
     position: relative;
     height: 800px;

Reply via email to