Skip to content

Commit

Permalink
add EJ
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Jan 17, 2024
1 parent 1dc1187 commit c125685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added public/logo/EJLogoFace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/components/organisms/Socials.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
import { css } from "@emotion/react";
import { GoGlobe } from "react-icons/go";
import { SocialIcon } from "react-social-icons";

export const Socials = () => {
const container = css`
align-items: center;
display: flex;
gap: 16px;
justify-content: center;
`;

return (
<div css={container}>
<a
href="https://ethereumjapan.org/"
target="_blank"
rel="noreferrer"
css={css`line-height: 0;`}
>
<GoGlobe size={25} css={css`margin: 12.5px;`} />
</a>
<SocialIcon
url="https://x.com/Ethereum_JP"
bgColor="transparent"
Expand Down

0 comments on commit c125685

Please sign in to comment.