You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/09/19 06:06:54 UTC

[incubator-streampark-website] branch dev updated: tag style bug fixed. (#138)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new db31ff4  tag style bug fixed. (#138)
db31ff4 is described below

commit db31ff48b8717023217f04120d59673bf9c9af89
Author: benjobs <be...@apache.org>
AuthorDate: Mon Sep 19 14:06:50 2022 +0800

    tag style bug fixed. (#138)
    
    * tag style bug fixed.
---
 docs/user-guide/2-quickstart.md |   2 ++
 src/pages/home/index.less       |   1 -
 static/image/logo_name.png      | Bin 0 -> 80935 bytes
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/user-guide/2-quickstart.md b/docs/user-guide/2-quickstart.md
old mode 100755
new mode 100644
index 33a2567..969e10f
--- a/docs/user-guide/2-quickstart.md
+++ b/docs/user-guide/2-quickstart.md
@@ -70,6 +70,7 @@ GROUP BY DATE_FORMAT(ts, 'yyyy-MM-dd HH:00');
 -   The maven dependencies are used as follows
 
 ```xml
+
 <dependency>
     <groupId>mysql</groupId>
     <artifactId>mysql-connector-java</artifactId>
@@ -95,6 +96,7 @@ GROUP BY DATE_FORMAT(ts, 'yyyy-MM-dd HH:00');
 </dependency>
 
 ```
+
 -   The data sent by Kafka simulation is as follows
 
 ```json
diff --git a/src/pages/home/index.less b/src/pages/home/index.less
index fd137de..c34b6b4 100644
--- a/src/pages/home/index.less
+++ b/src/pages/home/index.less
@@ -1608,7 +1608,6 @@ hr {
 
 .tag {
   border-radius: 30px 30px 30px 0;
-  padding: 8px
 }
 
 .text-bg {
diff --git a/static/image/logo_name.png b/static/image/logo_name.png
new file mode 100644
index 0000000..266269a
Binary files /dev/null and b/static/image/logo_name.png differ