Update the website header logo to use the rectangular version
Replaced the circular header logo with rect-logo.png in Logo component. 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/22eae27b-b19c-4dc7-bdc9-678cf60c90c5.jpg
This commit is contained in:
parent
ade9d40906
commit
6005958d4d
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
import { Link } from "wouter";
|
||||
import LogoImage from "../../assets/pilates-with-fadia-logo.png";
|
||||
import LogoImage from "../../assets/rect-logo.png";
|
||||
|
||||
export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) {
|
||||
const sizeClasses = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue