Skip to content

Commit

Permalink
Merge pull request #18 from arjanjohan/new-logo
Browse files Browse the repository at this point in the history
Issue 3: change logo
  • Loading branch information
derrekcoleman authored Sep 17, 2024
2 parents 406a401 + f57061b commit 02b01f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ 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">
<Image alt="SE2 logo" className="cursor-pointer" fill src="/logo.svg" />
<Image alt="SE2 logo" className="cursor-pointer" fill src="/logo.png" />
</div>
<div className="flex flex-col">
<span className="font-bold leading-tight">Scaffold-ETH</span>
<span className="text-xs">Ethereum dev stack</span>
<span className="font-bold leading-tight">Batch #9</span>
<span className="text-xs">Building together</span>
</div>
</Link>
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">
Expand Down
Binary file added packages/nextjs/public/logo.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: 0 additions & 10 deletions packages/nextjs/public/logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion packages/nextjs/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Scaffold-ETH 2 DApp",
"description": "A DApp built with Scaffold-ETH",
"iconPath": "logo.svg"
"iconPath": "logo.png"
}

0 comments on commit 02b01f6

Please sign in to comment.