Skip to content

Commit

Permalink
Merge pull request #25 from BuidlGuidl/revert-24-logo-title-subtitle
Browse files Browse the repository at this point in the history
Revert "3. Fevicon,Logo,Subtitle Chnaged"
  • Loading branch information
phipsae authored Nov 29, 2024
2 parents e0f0152 + f707c08 commit f5d1e6f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 702 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "~~/styles/globals.css";
import { getMetadata } from "~~/utils/scaffold-eth/getMetadata";

export const metadata = getMetadata({
title: "BuidlGuidl-Batch-11",
title: "Scaffold-ETH 2 App",
description: "Built with 🏗 Scaffold-ETH 2",
});

Expand Down
13 changes: 2 additions & 11 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,8 @@ export const Header = () => {
<Image alt="SE2 logo" className="cursor-pointer" fill src="/logo.svg" />
</div>
<div className="flex flex-col">
<span className="font-bold leading-tight">Batch #11</span>
<div className="text-xs flex items-center justify-center gap-1">
Guardians of the Chain
<Image
alt="SE2 Subtitle Icon"
className="cursor-pointer"
width={20}
height={20}
src="/spartan_icon.svg"
/>
</div>
<span className="font-bold leading-tight">Scaffold-ETH</span>
<span className="text-xs">Ethereum dev stack</span>
</div>
</Link>
<ul className="hidden lg:flex lg:flex-nowrap menu menu-horizontal px-1 gap-2">
Expand Down
Binary file modified packages/nextjs/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f5d1e6f

Please sign in to comment.