Skip to content

Commit

Permalink
Merge branch 'master' into openSrc-section-upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed Feb 15, 2021
2 parents 9687e05 + 3463ee8 commit 667a3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/sections/OpenSource/OpenSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ function OpenSource() {
},
];


return (
<div className={styles.OpenSource}>
<div className={styles.title}>Open Source Programs we are a part of</div>
<div className={styles.content}>"To do something really well, you have to get a lot of people involved."</div>

<div className={styles.card_holder}>
{recentEventsDetails.map(event => (
<div className={`${styles.card} r-events-card`} key={event.eventName}>
Expand Down

0 comments on commit 667a3b1

Please sign in to comment.