This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
The following commit(s) were added to refs/heads/main by this push:
new 668dc337f2 fix: added missing space between paragraph text and link
for better readability
668dc337f2 is described below
commit 668dc337f24ac209c5846b6cfc0fc5c48f2fae53
Author: Bhargav <[email protected]>
AuthorDate: Fri Dec 12 14:37:42 2025 +0530
fix: added missing space between paragraph text and link for better
readability
The text inside the contribution paragraph had no gap between the
sentence and the embedded link, causing the paragraph to appear
visually cramped. Added proper spacing to improve readability and
layout consistency across the page.
---
src/consts/homeContent.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/consts/homeContent.tsx b/src/consts/homeContent.tsx
index 16a920232c..d464d30d2c 100644
--- a/src/consts/homeContent.tsx
+++ b/src/consts/homeContent.tsx
@@ -58,7 +58,7 @@ let WANT_TO_CONTRIBUTE = {
<span>
There are many ways to contribute to Apache Cloudberry (Incubating),
and you can easily find the ones that suit your skills and interests to
<LinkWithBaseUrl className={"light-active-color"} href="/contribute">
- begin your contribution
+ begin your contribution
</LinkWithBaseUrl>
journey.
</span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]