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

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


The following commit(s) were added to refs/heads/main by this push:
     new a87a118cc8 add doris icon (#215)
a87a118cc8 is described below

commit a87a118cc81801010ce076e167335a518255b44b
Author: yongkang.zhong <[email protected]>
AuthorDate: Thu Mar 23 22:36:50 2023 +0800

    add doris icon (#215)
---
 src/pages/home/img/Doris.svg | 12 ++++++++++++
 src/pages/home/index.jsx     |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/pages/home/img/Doris.svg b/src/pages/home/img/Doris.svg
new file mode 100644
index 0000000000..6c4657a160
--- /dev/null
+++ b/src/pages/home/img/Doris.svg
@@ -0,0 +1,12 @@
+<svg width="250" height="250" viewBox="0 0 250 250" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<g clip-path="url(#clip0_2157_3823)">
+<path d="M143.984 45.0697L118.956 20.0842C115.766 16.8916 111.978 14.3578 
107.807 12.6275C103.636 10.8973 99.1639 10.0045 94.6471 10.0001C86.3165 9.97489 
78.3048 13.1956 72.3165 18.977C69.1893 21.9906 66.6941 25.5953 64.9762 
29.5811C63.2583 33.5668 62.352 37.854 62.3101 42.1929C62.2683 46.5318 63.0917 
50.8357 64.7325 54.8537C66.3732 58.8717 68.7984 62.5237 71.8669 65.5968L117.277 
110.93C118.241 111.842 119.517 112.349 120.844 112.349C122.171 112.349 123.448 
111.842 124.411 110.93L143.954 [...]
+<path d="M184.988 84.9869C180.222 80.3788 175.276 75.621 170.811 
70.4742V70.2947C170.651 70.7628 170.531 71.2432 170.451 71.731C168.576 82.6681 
163.202 92.7042 155.134 100.337C128.787 126.46 102.14 153.151 76.3627 
178.975L72.8857 182.416C67.5722 187.296 63.9859 193.763 62.6646 200.849C62.1065 
205.9 62.6361 211.012 64.2179 215.842C65.7998 220.672 68.3974 225.11 71.8366 
228.856C74.7728 232.181 78.4122 234.813 82.4917 236.562C86.5714 238.312 90.9893 
239.134 95.4262 238.97C105.707 239.12 110 [...]
+<path d="M39.915 69.3373V179.693C39.9145 180.906 40.2746 182.093 40.9498 
183.103C41.6249 184.112 42.5848 184.898 43.7079 185.363C44.831 185.827 46.0669 
185.948 47.2591 185.712C48.4515 185.475 49.5466 184.89 50.4059 184.032L106.038 
128.495C107.088 127.436 107.678 126.006 107.678 124.515C107.678 123.024 107.088 
121.595 106.038 120.535L50.4059 64.9985C49.8472 64.4294 49.1802 63.9775 48.4442 
63.6691C47.7082 63.3608 46.9179 63.2024 46.1197 63.2031C44.4844 63.2031 42.9153 
63.8474 41.7534 64.99 [...]
+</g>
+<defs>
+<clipPath id="clip0_2157_3823">
+<rect width="172" height="229" fill="white" transform="translate(39 10)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index 6720291dd2..168edd8ffa 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -26,7 +26,7 @@ import Firebase from './img/Firebase.svg'
 import ConvertKit from './img/ConvertKit.svg'
 import GitLab from './img/GitLab.svg'
 import Jira from './img/Jira.svg'
-import CoinApi from './img/CoinApi.svg'
+import Doris from './img/Doris.svg'
 import Convex from './img/Convex.svg'
 
 const versions = require('../../../versions.json');
@@ -156,7 +156,7 @@ export default function () {
                         </div>
                         <div className="connector_row">
                             <div>
-                                <CoinApi />
+                                <Doris />
                             </div>
                             <div>
                                 <ClickHouse />

Reply via email to