Update the website logo to reflect the latest branding changes
Replaces `new-logo.png` with `pilates-with-fadia-logo.png` and adds the new logo asset to the project. 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/afb1ab41-ab6f-4b4b-a1de-4d4485154be4.jpg
This commit is contained in:
parent
e96370263d
commit
65bad8c354
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
import { Link } from "wouter";
|
||||
import LogoImage from "../../assets/new-logo.png";
|
||||
import LogoImage from "../../assets/pilates-with-fadia-logo.png";
|
||||
|
||||
export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) {
|
||||
const sizeClasses = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue