Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/website.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

282 changes: 282 additions & 0 deletions src/components/social-media/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/components/social-media/social-media.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Layout } from "../header-footer/footer"
const WIDTH_HEIGHT = "45"

const Link = styled.a`
display: inline-flex;
display: inline-flex;3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here?

`

const IconContainer = styled.div`
Expand Down Expand Up @@ -61,6 +61,14 @@ const SocialMedia = ({ children, direction = "" }) => {
alt="link to cosmo's github"
/>
</Link>
<Link href="https://www.linkedin.com/company/neu-cosmo/">
<LogoContainer
src={icons.linkedin}
width={WIDTH_HEIGHT}
height={WIDTH_HEIGHT}
alt="link to cosmo's linkedin"
/>
</Link>
<Link href="https://anchor.fm/nu-cosmo">
<LogoContainer
src={icons.podcast}
Expand Down