Update website logo to a new rectangular design across the platform
Replaces the old logo image with a new rectangular logo in `client/src/components/ui/logo.tsx` and adds the new logo asset `client/src/assets/rectangular-logo.png`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/7084454e-4c55-4af7-9b4d-83918cbbf68e.jpg
This commit is contained in:
parent
6005958d4d
commit
493cb018f4
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
import { Link } from "wouter";
|
||||
import LogoImage from "../../assets/rect-logo.png";
|
||||
import LogoImage from "../../assets/rectangular-logo.png";
|
||||
|
||||
export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) {
|
||||
const sizeClasses = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue