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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3be28e72 fix: index.jsx typo (#2695)
3be28e72 is described below

commit 3be28e7276f554e5a3a3ee7272e427b30409107c
Author: Prasurjya Pran Borah <[email protected]>
AuthorDate: Mon Aug 8 18:44:17 2022 +0530

    fix: index.jsx typo (#2695)
---
 config-ui/src/pages/blueprints/index.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/pages/blueprints/index.jsx 
b/config-ui/src/pages/blueprints/index.jsx
index 5a669db2..557bd951 100644
--- a/config-ui/src/pages/blueprints/index.jsx
+++ b/config-ui/src/pages/blueprints/index.jsx
@@ -342,7 +342,7 @@ const Blueprints = (props) => {
                   title=''
                   description={(
                     <>
-                      <p style={{ color: '#292B3F', fontSize: '15px', padding: 
'0 14%', textAlign: 'center' }}>A blueprint is the plan that covers all the 
work, such as selecting and transforming the data you wish to collect, to get 
your raw data ready for query and metric computaion in the dashboards. Try 
adding your first blueprint!</p>
+                      <p style={{ color: '#292B3F', fontSize: '15px', padding: 
'0 14%', textAlign: 'center' }}>A blueprint is a plan that covers all the work, 
such as selecting and transforming the data you wish to collect, to get your 
raw data ready for query and metric computation in the dashboards. Try adding 
your first blueprint!</p>
                       <div style={{
                         display: 'flex',
                         alignSelf: 'center',

Reply via email to