This is an automated email from the ASF dual-hosted git repository.
likyh 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 193bc45db fix(config-ui): missed margin between DORA link and wording
(#4994)
193bc45db is described below
commit 193bc45dbcd5b4a05a33754d36e003b2a2f0f879
Author: 青湛 <[email protected]>
AuthorDate: Fri Apr 21 22:01:08 2023 +0800
fix(config-ui): missed margin between DORA link and wording (#4994)
---
config-ui/src/pages/project/home/index.tsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/config-ui/src/pages/project/home/index.tsx
b/config-ui/src/pages/project/home/index.tsx
index bad481272..edf8f59a7 100644
--- a/config-ui/src/pages/project/home/index.tsx
+++ b/config-ui/src/pages/project/home/index.tsx
@@ -128,8 +128,10 @@ export const ProjectHomePage = () => {
<p>
<a href="https://devlake.apache.org/docs/UserManuals/DORA/"
rel="noreferrer" target="_blank">
DORA metrics
- </a>{' '}
- <span>are four widely-adopted metrics for measuring software
delivery performance.</span>
+ </a>
+ <span style={{ marginLeft: 4 }}>
+ are four widely-adopted metrics for measuring software
delivery performance.
+ </span>
</p>
</div>
</div>