Update website logo with new design and increased size for better visibility
Replaced `square-logo.png` with `@assets/PwF Logo (square).png` and increased its size from `w-40` to `w-80` in `client/src/components/navigation/footer.tsx`. 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/eb26c338-b51e-4b8b-bf14-f13726cd3511.jpg
This commit is contained in:
parent
11dac2dc69
commit
5773b98851
|
|
@ -1,6 +1,6 @@
|
|||
import { Logo } from "@/components/ui/logo";
|
||||
import { Link } from "wouter";
|
||||
import SquareLogo from "../../assets/square-logo.png";
|
||||
import SquareLogo from "@assets/PwF Logo (square).png";
|
||||
|
||||
export default function Footer() {
|
||||
const currentYear = new Date().getFullYear();
|
||||
|
|
@ -13,7 +13,7 @@ export default function Footer() {
|
|||
<img
|
||||
src={SquareLogo}
|
||||
alt="Pilates with Fadia"
|
||||
className="w-40 mb-4"
|
||||
className="w-80 mb-4"
|
||||
style={{ filter: "brightness(1.1)" }}
|
||||
/>
|
||||
<p className="text-white text-opacity-80 mb-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue