This is an automated email from the ASF dual-hosted git repository.
yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 456218dcac Contribute button added in Blog page (#419)
456218dcac is described below
commit 456218dcaca7997911178c8622f316409a6e122b
Author: Kelvin Parmar <[email protected]>
AuthorDate: Fri Feb 3 11:27:30 2023 +0530
Contribute button added in Blog page (#419)
* Button added
* Contribute Button added in Blog page
---
src/components/Blog/BlogHeader.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/components/Blog/BlogHeader.tsx
b/src/components/Blog/BlogHeader.tsx
index 60543b9536..729c726d76 100644
--- a/src/components/Blog/BlogHeader.tsx
+++ b/src/components/Blog/BlogHeader.tsx
@@ -13,6 +13,8 @@ export function BlogHeader() {
<p className="m-[0]">
Gain insights into data-driven engineering from our passionate
developers.
</p>
+ <br></br>
+ <a
href="https://devlake.apache.org/community/make-contribution/BlogSubmission/"
target="_blank" rel="noopener noreferrer" class="primary-button flex
whitespace-nowrap rounded-[8px] sm:rounded-[5px] mobile:rounded-[5px]
bg-neutral-invert text-primary-500 border-2 border-primary-500 border-solid
hover:text-primary-500 hover:bg-neutral-invert hover:opacity-80 mobile:mt-3
w-[200px] sm:w-[140px] mobile:w-[140px] h-[48px] sm:h-[32px]
mobile:h-[32px]">Contribute</a>
</div>
</div>
);