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 7d42ce9d5c Added links of Trusted by companies on Home page (#390)
7d42ce9d5c is described below

commit 7d42ce9d5c0d17eee0ec43733c32abde3cb8ab45
Author: Aparna Soneja <[email protected]>
AuthorDate: Mon Jan 16 08:43:48 2023 +0530

    Added links of Trusted by companies on Home page (#390)
---
 src/components/Sections/HomepageHeader.tsx | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/Sections/HomepageHeader.tsx 
b/src/components/Sections/HomepageHeader.tsx
index 5370f0845f..bb512cee94 100644
--- a/src/components/Sections/HomepageHeader.tsx
+++ b/src/components/Sections/HomepageHeader.tsx
@@ -162,28 +162,28 @@ export function HomepageHeader() {
               max-w-[90%]"
       >
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <RedHatIcon className="mobile:w-[72px]" />
+          <a href="https://www.redhat.com/en";><RedHatIcon 
className="mobile:w-[72px]" /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <StripeIcon className="mobile:w-[36px]" />
+          <a href="https://stripe.com/gb";><StripeIcon 
className="mobile:w-[36px]" /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <img className="w-[88px] mobile:w-[48px]" src={OrkesIcon} />
+          <a href="https://orkes.io/";><img className="w-[88px] 
mobile:w-[48px]" src={OrkesIcon} /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <img className="w-[140px] mobile:w-[71px]" src={ClickHouseIcon} />
+          <a href="https://clickhouse.com/";><img className="w-[140px] 
mobile:w-[71px]" src={ClickHouseIcon} /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <img className="w-[80px] mobile:w-[36px]" src={CrozIcon} />
+          <a href="https://croz.net/";><img className="w-[80px] 
mobile:w-[36px]" src={CrozIcon} /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <img className="w-[120px] mobile:w-[60px]" src={CoderIcon} />
+          <a href="https://coder.com/";><img className="w-[120px] 
mobile:w-[60px]" src={CoderIcon} /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <ScarfIcon className="mobile:w-[48px]" />
+          <a href="https://about.scarf.sh/";><ScarfIcon 
className="mobile:w-[48px]" /></a>
         </div>
         <div className="sm:flex-[0_0_25%] sm:text-center sm:mt-[14px] 
mobile:mt-[0px] z-20">
-          <IBMIcon className="mobile:w-[30px]" />
+          <a href="https://www.ibm.com/";><IBMIcon className="mobile:w-[30px]" 
/></a>
         </div>
       </div>
     </div>

Reply via email to