Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-0517 committed Dec 6, 2024
2 parents d320df9 + d7b25b8 commit a0810be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
8 changes: 1 addition & 7 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,7 @@ export const Header = () => {
)}
</div>
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
<div className="flex relative w-10 h-10">
<img
alt="SE2 logo"
className="cursor-pointer"
src="https://s3-alpha-sig.figma.com/img/5b61/3f01/546695202d90d816459b0f7bd2d7e6f0?Expires=1734307200&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=FnKG9LqP91kdX0YzT2qMAyK-0vBU-i5ZlFm2Bg8h644mP6RxX6JzXj3AOtF0Z3elA97eWfJm0ze~pHW5~JKUjTdkIB4IXtVEc5~NJnnrfzZLgoBm3DN8w7z5aB59Wna1EpFoyy6f2cpzdizt8WRhvuPBiV~YAZNpAxQTYH5IPE-an7MZg3IrDqKOQLtNb5ir9CI4CdIEEqEOdSVl4fiJoGDCKWA2SHrg-aptB5FaH7KVW0j3DdftH8VDwE1FHOmJYSFx3nBz~YF1p6g30FpUn7oQ3Qy5-xGpipuWRrnsF4s9k~dh41X1v7Qr1CzTS8r7N8ng4z90uQsyd1kw4BYjOA__"
/>
</div>
<Image src="/Group.svg" alt="Group SVG" width={110} height={55} />
</Link>
</div>
<div className="navbar-end flex-grow mr-4">
Expand Down
26 changes: 26 additions & 0 deletions packages/nextjs/public/Group.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0810be

Please sign in to comment.