Skip to content

Commit

Permalink
Merge pull request #4485 from HarshDobariya79/social-media-icon-size-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadha93 committed Jul 21, 2023
2 parents 35a4c75 + 2b5071b commit 2f7d213
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
12 changes: 11 additions & 1 deletion src/assets/images/socialIcons/linkedin-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/assets/images/socialIcons/mail_keppel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/sections/Community/Handbook/Handbook.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,13 @@ export const HandbookWrapper = styled.div`
}
.channels-img {
width: 40px;
// width: 40px;
height: 30px;
}
.channels-para {
display: flex;
align-items: flex-end;
align-items: center;
}
.newcomers-journey{
Expand Down
12 changes: 6 additions & 6 deletions src/sections/Community/Handbook/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const Connect = () => {
Learn more about Layer5 and connect with the community by following and
engaging with us on our social media accounts.
</p>
<div className="channels-list">
<div>
<p className="channels-para">
<img
className="channels-img"
Expand All @@ -209,7 +209,7 @@ const Connect = () => {
<p className="channels-para">
<img className="channels-img" src={mail_icon} alt="mail" />
&nbsp;&nbsp;
<a href="mailto:[email protected]">community@layer5.io</a>
<a href="mailto:community-managers@layer5.io">Connect with our community managers for any inquiries or support!</a>
</p>
<p className="channels-para">
<img
Expand All @@ -225,20 +225,20 @@ const Connect = () => {
<p className="channels-para">
<img className="channels-img" src={github_icon} alt="github" />
&nbsp;&nbsp;
<a href="https://github.com/layer5io">Layer5io</a>
<a href="https://github.com/layer5io">Discover our projects on GitHub</a>
</p>
<p className="channels-para">

<img className="channels-img" src={linkedin_icon} alt="linkedin" />&nbsp;&nbsp;
<a href="https://www.linkedin.com/company/layer5">Layer5</a>
<a href="https://www.linkedin.com/company/layer5">Join our professional network on LinkedIn</a>
</p>
<p className="channels-para">
<img className="channels-img" src={docker_icon} alt="docker" />&nbsp;&nbsp;
<a href="https://hub.docker.com/u/layer5/">Layer5</a>
<a href="https://hub.docker.com/u/layer5/">Take control with Docker deployment</a>
</p>
<p className="channels-para">
<img className="channels-img" src={slack_icon} alt="slack" />&nbsp;&nbsp;
<a href="https://bit.ly/3fXwYPk">Layer5</a>
<a href="https://slack.layer5.io/">Communicate and collaborate with us on Slack</a>

</p>
</div>
Expand Down

0 comments on commit 2f7d213

Please sign in to comment.