Skip to content

Commit

Permalink
Merge pull request #24 from Vedant-05/logo-title-subtitle
Browse files Browse the repository at this point in the history
3. Fevicon,Logo,Subtitle Chnaged
  • Loading branch information
phipsae authored Nov 29, 2024
2 parents 251829c + 0f17190 commit aa00808
Show file tree
Hide file tree
Showing 5 changed files with 702 additions and 12 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: "Scaffold-ETH 2 App",
title: "BuidlGuidl-Batch-11",
description: "Built with 🏗 Scaffold-ETH 2",
});

Expand Down
13 changes: 11 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,17 @@ 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">Scaffold-ETH</span>
<span className="text-xs">Ethereum dev stack</span>
<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>
</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 aa00808

Please sign in to comment.