Skip to content

Commit

Permalink
add ej logo
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Jan 18, 2024
1 parent 9ef6104 commit 2ca01f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Binary file modified 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.
13 changes: 12 additions & 1 deletion src/components/organisms/Schedule.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { brand } from "@/themes/settings/color";
import { css } from "@emotion/react";
import Image from "next/image";
import EJLogoFace from "public/logo/EJLogoFace.png";
import seikaiha from "public/seikaiha.png";
import { Socials } from "./Socials";

Expand All @@ -20,7 +22,16 @@ const ScheduleSection = () => {
>
<p>Save the date!</p>
<h2>Aug 23-26, 2024</h2>
<br />

<Image
src={EJLogoFace}
alt="Ethereum Japan"
css={css`
height: auto;
max-width: 128px;
`}
/>

<p>Follow us for updates</p>
<Socials />
</section>
Expand Down

0 comments on commit 2ca01f1

Please sign in to comment.